| Sl |
Title |
Image |
Action |
@if(sizeof($model)>0)
@foreach($model as $m)
| {{ ++$sl }} |
{{ $m->title }} |
 }}) |
|
@endforeach
@endif
| Sl |
Date |
Title |
PDF |
Action |
@if(sizeof($pdf)>0)
@foreach($pdf as $m)
| {{ ++$sl1 }} |
{{ date('d/m/Y',strtotime($m->created_at)) }} |
{{ $m->title }} |
PDF
|
|
@endforeach
@endif
@endsection
@section('script')
@endsection