@if(Entrust::hasRole('admin'))
| S.No |
Name |
Mobile |
Email |
Role |
Action |
@foreach($bdm_lists as $bdm_list)
@if($bdm_list->role_name=='bdm')
| {{ $i++ }} |
{{ $bdm_list->name }} |
{{ $bdm_list->mobile }} |
{{ $bdm_list->email }} |
{{ ucwords($bdm_list->role_name) }} |
Edit
View
|
@endif
@endforeach
| S.No |
Name |
Mobile |
Email |
Role |
Action |
@foreach($bdm_lists as $bdm_list)
@if($bdm_list->role_name=='bdm_tl')
| {{ $i++ }} |
{{ $bdm_list->name }} |
{{ $bdm_list->mobile }} |
{{ $bdm_list->email }} |
{{ ucwords($bdm_list->role_name) }} |
Edit
View
|
@endif
@endforeach
@else
| S.No |
Name |
Mobile |
Email |
Role |
Action |
@foreach($bdm_lists as $bdm_list)
| {{ $i++ }} |
{{ $bdm_list->name }} |
{{ $bdm_list->mobile }} |
{{ $bdm_list->email }} |
{{ ucwords($bdm_list->role_name) }} |
Edit
View
|
@endforeach
@endif