Notes List

Staff Notes Record list on table. Filter list using the search box as you wish.
@if (isset($data['note']) && $data['note']->count() > 0) @php($i=1) @foreach($data['note'] as $note) @php($i++) @endforeach @else @endif
S.N. Subject Note Description
{{ $i }} {{ $note->subject }} {{ $note->note }}
No notes data found.