@include('layouts.admin.alerts')
@if (count($patrons)>0)
| # |
Name |
Designation |
Position |
Profile |
Action |
@foreach ($patrons as $item)
| {{ $no++ }} |
{{ $item->name }} |
{{ $item->designation }} |
{{ $item->position }} |
 |
Edit
|
|
@endforeach
@else
No Patrons Added Yet
@endif