@if(!empty($client->title)) {{$client->title->name}} @endif {{$client->name}}
@if(!empty($client->profession->name)){{$client->profession->name}}
@endif#{{$client->id}}
- {{trans_choice('core::general.branch',1)}} @if(!empty($client->branch)) {{$client->branch->name}} @endif
- {{trans_choice('core::general.status',1)}} @if($client->status=='pending') {{trans_choice('core::general.pending',1)}} @endif @if($client->status=='active') {{trans_choice('core::general.active',1)}} @endif @if($client->status=='inactive') {{trans_choice('core::general.inactive',1)}} @endif @if($client->status=='deceased') {{trans_choice('core::general.deceased',1)}} @endif @if($client->status=='other') {{trans_choice('core::general.other',1)}} @endif @if($client->status=='closed') {{trans_choice('core::general.closed',1)}} @endif
- {{trans_choice('core::general.external_id',1)}} {{$client->external_id}}
- {{trans_choice('core::general.type',1)}} @if(!empty($client->client_type)) {{$client->client_type->name}} @endif
- {{trans_choice('core::general.staff',1)}} @if(!empty($client->loan_officer)) {{$client->loan_officer->first_name}} {{$client->loan_officer->last_name}} @endif
- {{trans_choice('core::general.mobile',1)}} {{$client->mobile}}
- {{trans_choice('core::general.email',1)}} {{$client->email}}
- {{trans_choice('core::general.dob',1)}} {{$client->dob}}
- {{trans_choice('core::general.gender',1)}} @if($client->gender=='male') {{trans_choice('core::general.male',1)}} @endif @if($client->gender=='female') {{trans_choice('core::general.female',1)}} @endif @if($client->gender=='unspecified') {{trans_choice('core::general.unspecified',1)}} @endif @if($client->gender=='other') {{trans_choice('core::general.other',1)}} @endif
- {{trans_choice('client::general.marital_status',1)}} @if($client->marital_status=='single') {{trans_choice('client::general.single',1)}} @endif @if($client->marital_status=='married') {{trans_choice('client::general.married',1)}} @endif @if($client->marital_status=='divorced') {{trans_choice('client::general.divorced',1)}} @endif @if($client->marital_status=='widowed') {{trans_choice('client::general.widowed',1)}} @endif @if($client->marital_status=='other') {{trans_choice('client::general.other',1)}} @endif @if($client->marital_status=='unspecified') {{trans_choice('core::general.unspecified',1)}} @endif
- {{trans_choice('core::general.zip',1)}} {{$client->zip}}
- {{trans_choice('core::general.joined_date',1)}} {{$client->created_date}} @foreach($custom_fields as $custom_field)