Notes List

{!! 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. Subject Note Description
{{ $i }} {{ $note->subject }} {{ $note->note }}
No {{ $panel }} notes data found.
{!! Form::close() !!}