| {{ ($officers->currentpage()-1) * $officers->perpage() + $key + 1 }} |
@if($item->officer_type == 0) মেয়র@elseif($item->officer_type == 1) সচিব@elseif($item->officer_type == 2) মহিলা কাউন্সিলর@elseif($item->officer_type == 3) কাউন্সিলর@elseif($item->officer_type == 4) কর্মকর্তা ও কর্মচারীগণ@endif |
{{ $item->name }} |
{{ $item->designation }} |
{{ $item->phone }} |
{{ date('d M, Y H:i:s', strtotime($item->created_at)) }} |
@if($item->officer_type == 0 || $item->officer_type == 1)
@else
@endif
@if($item->officer_type == 0 || $item->officer_type == 1)
@else
@endif
|
@endforeach
@else