{{$key->name}}
|
{{$key->id}}
|
{{$key->external_id}}
|
@if($key->gender == "male")
{{trans_choice('core::general.male',1)}}
@endif
@if($key->gender == "female")
{{trans_choice('core::general.female',1)}}
@endif
@if($key->gender == "other")
{{trans_choice('core::general.other',1)}}
@endif
@if($key->gender == "unspecified")
{{trans_choice('core::general.unspecified',1)}}
@endif
|
{{$key->mobile}}
|
@if($key->status == "pending")
{{trans_choice('core::general.pending',1)}}
@endif
@if($key->status == "active")
{{trans_choice('core::general.active',1)}}
@endif
@if($key->status == "inactive")
{{trans_choice('core::general.inactive',1)}}
@endif
@if($key->status == "deceased")
{{trans_choice('client::general.deceased',1)}}
@endif
@if($key->status == "unspecified")
{{trans_choice('core::general.unspecified',1)}}
@endif
|
{{$key->branch}}
|
{{$key->staff}}
|
|
@endforeach