{{ $panel }} List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
@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
Application For RegNo. Name Contact Reg.Date {{ __('common.status')}}
{{ WebsiteViewHelper::getProgrammeById($row->registration_programmes_id) }} {{ $row->reg_no }}
{{ $row->name }}
{{ $row->cell_1 }}
{{ \Carbon\Carbon::parse($row->reg_date)->format('d M, Y') }}
{!! $data['rows']->appends($data['filter_query'])->links() !!}
No data fount.
{!! Form::close() !!}