@foreach($data as $row) @endforeach
Id Title Image Status Created at Action
{{$row->id}} {{$row->title}} {{ $row->status == 1 ? 'Active' : 'Inactive' }} {{ $row->created_at->format('d-m-Y') }}