| No. |
Category |
Title |
Created Date |
Remark |
Description |
Action |
@php $i= 1; @endphp
@foreach($content as $value)
| {{$i}}. |
Others |
{{$value->title}} |
{{ $value->created_at->format('d-M-Y') }} |
{{ $value->remark }} |
{{ strip_tags($value->content) }} |
|
@php $i++; @endphp
@endforeach
{!! $content->appends(request()->query())->links('pagination::bootstrap-5') !!}
@stop
@section('css')
@stop
@section('js')
@stop