@include('admin.partials.flash_message')
| S.No |
Title |
Created On |
Action |
@if(count($tag) > 0)
@foreach($tag as $k=>$u)
| {{ ++$k }} |
{{ $u->title }} |
{{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y H:i:s') }} |
|
@endforeach
@else
| No Data Found |
@endif
| S.No |
Title |
Created On |
Action |