@if(auth()->user()->user_role_id==1)
Blocked PIA List@endif
Please wait.Process in
progress
| Sl.No |
Agency |
Email |
District |
Actions |
@foreach($pia_list as $key=>$pia)
| {{ ($key+1) }} |
{{ $pia->agency_name }} |
{{ $pia->email }} |
{{ $pia->District->name }}
|
@if(auth()->user()->user_role_id==1)
@if($pia->is_active==1)
@endif
@if($pia->is_active==1)
@elseif($pia->is_active==11)
@endif
@elseif(auth()->user()->user_role_id==3)
@if(auth()->user()->id==$pia->created_by)
@if($pia->is_active==1)
@endif
@endif
@elseif(auth()->user()->user_role_id==2)
@if(auth()->user()->id==$pia->created_by)
@if($pia->is_active==1)
@endif
@endif
@endif
|
@endforeach