@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['note']) && $data['note']->count() > 0) @php($i=1) @foreach($data['note'] as $note) @php($i++) @endforeach @else @endif
S.N. Reg.No. {{ $panel }} Status
{{ $i }} {{ ViewHelper::getStaffById( $note->member_id ) }} {{ $note->subject }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}