@if (Session::has('message'))
{{ Session::get('message') }}
@endif
ID | Title | description | image | Action | |
---|---|---|---|---|---|
{{ $blog->id }} | {{ $blog->title }} | {{ str_limit(strip_tags($blog->description), 130) }} | @can('blog-edit') | Edit | @endcan @can('blog-delete'){!! Form::open([ 'method' => 'Delete', 'url' => ['/blog', $blog->id]]) !!} {!! Form::submit('Delete',['class'=>'btn btn-sm btn-danger']) !!} {!! Form::close() !!} | @endcan