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