@if($data->exists())

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

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

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

Select an item to view details

Nothing is selected

@endif