@if($data['meta']['exists'] != false)

{!!__('Show')!!} {!!$data['title']!!}

{!!Form::vertical_open() ->id('app-form-show') ->class('app-form-show') ->method('PUT') ->action(guard_url('page/category'. $data['id']))!!} @include('page::category.partial.entry', ['mode' => 'show']) {!!Form::close()!!}
@else

{!!__('Deleted')!!}

Select an item to view details

Nothing is selected

@endif