@include('include/header_new')
  • Consultants User Assign
  • Special User Assign
  • Middle User Assign

@php $r=0; @endphp @foreach($agency['agency'] as $agencys) @php $r++; @endphp @if($r%3==1)
@endif @if(count($agency['uid'])>0 && ($sort=='assigned' || $sort==''))
{{$agencys->NAME}}
Assign to
    @php $user_list=''; @endphp @foreach($agency['uid'][$agencys->UID] as $uid) @php $user_list .= $uid->id . ','; @endphp @if (trim($uid->user_image) <> '') @php $user_img = @unserialize($uid->user_image); $img_val = "images/profile/$user_img[0]"; @endphp @else @php $img_val = 'images/chat-noimage.png'; @endphp @endif
  • user profile icon
    {{$uid->first_name}} {{$uid->last_name}}
  • @endforeach
@elseif($sort=='notassigned' && count($agency['uid'])==0)
{{$agencys->NAME}}
Assign to
@endif @if($r%3==0)
@endif @endforeach
@include('include/footer_new') {{-- --}}