@section('externalcss') @endsection
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if(sizeof($dataTables)>0) @foreach($dataTables as $tableData) {{-- --}} @endforeach @else @endif
Actions Status Category Title Content Tag Post Date Image/Video
@if($tableData['status'] == 1 || $tableData['status'] == 0) @endif @if($tableData['status'] == 2 || $tableData['status'] == 1) @endif
@if($tableData['status'] == 1) Pending @elseif($tableData['status'] == 2) Approved @else Rejected @endif
{{ $tableData['category_name'] }} {{ $tableData['title'] }}

{!! $tableData['description'] !!}

{!! $tableData['description'] !!} Read Less
@foreach(json_decode($tableData['tag'], true) as $tag) #{{ $tag }} @endforeach {{\Carbon\Carbon::parse($tableData['post_date'])->format('d M Y')}} @if($tableData['image']) @elseif($tableData['video']) {{$tableData['video']}} @endif

No Data Available

{{ $dataTables->links('livewire.pagination-livewire') }}
@section('externaljs') @endsection