@include('includes.data_table_header') @if (isset($data['rows']) && $data['rows']->count() > 0)
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @foreach($data['rows'] as $row) @endforeach {!! Form::close() !!}
Detail {{ __('common.status')}}

Publish On - {{ date('jS M, Y', strtotime($row->created_at)) }} Last Updated - {{ date('jS M, Y', strtotime($row->updated_at)) }}
@if ($row->image)
@else

No image

@endif {!! $row->title !!} {!! $row->detail_desc !!}
{!! $data['rows']->appends($data['filter_query'])->links() !!}
@endif