@if($message = Session::get('success'))
{{$message}}
@endif @if($message = Session::get('delete'))
{{$message}}
@endif
@can('create') @endcan

Condolences Management

@foreach ($data as $key => $d) @endforeach
No Title Description Image Gallery Link Status Submission date Action
{{ $d->id }} {{ $d->title }} {{ $d->description }} not found {{ $d->gallery_link }} {{ $d->status }} {{ $d->create }} {{-- Show--}} @can('edit') Edit @endcan @can('delete') {!! Form::open(['method' => 'DELETE','route' => ['memoir.destroy', $d->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!} @endcan