@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if(Session::has('errors'))
{{ Session::get('errors') }}
@endif
| # |
Creation Date |
Title |
Content |
|
@foreach($terms as $key=>$val)
| {{ $key+1 }} |
{{ date('d-m-Y', strtotime($val->created_at)) }} |
{{ $val->title }} |
{!!Illuminate\Support\Str::words($val->content, 5, $end=' ...')!!} |
|
@endforeach