@if(auth()->check() && $client->photo) @if(app()->environment('production')) profile picture @else profile picture @endif @else @if($client->type == 'person') profile picture @else profile picture @endif @endif
{{$client->name}}
{{ __('general.' . $client->type) }}
@hasAccess('client','modify') {{ __('general.update') }} @endhasAccess
{{ __('general.' . $client->status) }}
{{ __('general.name') }}
{{$client->name}}
{{ __( 'general.phone') }}
{{$client->phone}}
@if($client->phone2)
{{ __( 'general.phone2') }}
{{$client->phone2}}
@endif
{{ __('general.email') }}
{{$client->email}}
@if($client->website)
{{ __('general.website') }}
{{$client->website}}
@endif