@extends('core::layouts.master') @section('title') {{ $client->first_name }} {{ $client->last_name }} @endsection @section('content')
@if(!empty($client->photo)) User profile picture @else User profile picture @endif

@if(!empty($client->title)) {{$client->title->name}} @endif {{$client->first_name}} {{$client->last_name}}

@if(!empty($client->profession->name)) {{$client->profession->name}} @endif

{{trans_choice('core::general.extra',1)}} {{trans_choice('core::general.detail',2)}}

{{trans_choice('core::general.address',1)}}

{{$client->address}}
@if(!empty($client->country)) {{$client->country->name}} @endif


{{trans_choice('core::general.note',2)}}

{{$client->notes}}

@endsection @section('scripts') @endsection