| {{trans_choice('general.name',1)}} |
{{$next_of_kin->first_name}} {{$next_of_kin->middle_name}} {{$next_of_kin->last_name}} |
| {{trans_choice('general.mobile',1)}} |
{{$next_of_kin->mobile}} |
| {{trans_choice('general.relationship',1)}} |
@if(!empty($next_of_kin->relationship))
{{$next_of_kin->relationship->name}}
@endif
|
| {{trans_choice('general.gender',1)}} |
@if($next_of_kin->gender=="male")
{{trans_choice('general.male',1)}}
@endif
@if($next_of_kin->gender=="female")
{{trans_choice('general.female',1)}}
@endif
@if($next_of_kin->gender=="other")
{{trans_choice('general.other',1)}}
@endif
@if($next_of_kin->gender=="unspecified")
{{trans_choice('general.unspecified',1)}}
@endif
|
| {{trans_choice('general.address',1)}} |
{{$next_of_kin->address}} |
| {{trans_choice('general.note',2)}} |
{{$next_of_kin->notes}} |
| {{trans_choice('general.picture',1)}} |
@if(!empty($next_of_kin->picture))
@endif
|