{{--

 {{ $panel }} List

--}} @include('includes.data_table_header') {{--
{{ $panel }} Record list on table. Filter list using search box as your Wish.
--}} @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() !!} @else @endif
Title Last Updated {{ __('common.status')}}
{{ $row->title }}
{{ \Carbon\Carbon::parse($row->updated_at)->format('d M, Y') }}
{!! $data['rows']->appends($data['filter_query'])->links() !!}
No data fount.