{{ $panel }} List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
@if (isset($data['rows']) && $data['rows']->count() > 0) @php $i=1; @endphp @foreach($data['rows'] as $row) @php $i++; @endphp @endforeach @else @endif
SN Detail Date ViewStatus
@php echo $i; @endphp
{{ $row->name }}
{{ $row->email }}
{{ $row->contact_number }}
{{ $row->address }}
{!! \Illuminate\Support\Str::words($row->message, 15,'....') !!}
{{ date('Y-m-d', strtotime($row->created_at)) }} @if ($row->view_status == 0) Un-Read @else Read @endif
{!! $data['rows']->appends($data['filter_query'])->links() !!}
No data fount.