BDM & BDM TL List

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