{{$staff->full_name}}

{{$staff->email}}

{!!($staff->status == ACTIVE_STATUS)?'

● Active

':'

● Inactive

'!!}
    @if($staff->status == ACTIVE_STATUS)
  • Inactive
  • @else
  • Active
  • @endif

Employee Id

{{$staff->employee_id}}

Member since

{{@Date("M d,Y",strtotime($staff->member_since))}}

Country Code

{{!empty($staff->phone_code)?'+'.$staff->phone_code:""}}

Phone Number

{{@$staff->phone_number}}

Client Assigned

@foreach($clients as $client)

{{$client->full_name}}

@endforeach