@extends('layouts.master') @section('title', __('layout.dashboard')) @section('content')
@foreach($totals as $langKey => $total)
{{ __('dashboard.user.cards.'.$langKey) }}

{{ number_format($total['value']) }}

{{--
--}}
@endforeach

+ Ta Biographie

{{ $client->expert_biography }}

@if($client->user) {{ optional($client->user)->name. ' '.optional($client->user)->last_name }} ({{ __('clients.show_p.Your follow-up agent') }})
{{ __('clients.show_p.Email') }} : {{ optional($client->user)->email }}
{{ __('clients.show_p.Phone') }} : {{ optional($client->user)->phone }} @else
{{ __('clients.show_p.No Agent Assigned') }}
@endif
{{ __('clients.show_p.Reference CSEF address') }}:
{{ $client->zone->name }}
{{ $client->zone->address }},
{{ $client->zone->locality }} ({{ $client->zone->province }} ) {{ $client->postal_code }}
{{ __('clients.show_p.Address Born Reference CSEF') }}:
{{ $client->bornZone->name }}
{{ $client->bornZone->address }},
{{ $client->bornZone->locality }} ({{ $client->bornZone->province }} ) {{ $client->postal_code }}
{{ __('dashboard.user.table2.title') }}
{{ __('zoom-appointments.fields.created_at') }} {{ __('layout.action') }} {{ __('zoom-appointments.fields.title') }} {{ __('zoom-appointments.fields.specialist_id') }} {{ __('zoom-appointments.fields.date_time') }}
{{ __('dashboard.user.table1.title') }}
{{ __('zoom-appointments.fields.created_at') }} {{ __('dashboard.user.table1.action') }} {{ __('dashboard.user.table1.date_time') }} {{ __('dashboard.user.table1.status') }} {{ __('dashboard.user.table1.agent') }} {{ __('dashboard.user.table1.object') }} {{ __('dashboard.user.table1.description') }}
{{ __('dashboard.user.table3.title') }}
{{ __('notes.fields.created_at') }} {{ __('layout.action') }} {{ __('notes.fields.note_from') }} {{ __('notes.fields.zoom_appointment_title') }} {{ __('notes.fields.client') }} {{ __('notes.fields.specialist') }} {{ __('notes.fields.agent') }} {{ __('notes.fields.date') }} {{ __('notes.fields.time') }}
{{ __('dashboard.user.table4.title') }}
{{ __('calls.fields.created_at') }} {{ __('calls.fields.datetime') }} {{ __('calls.fields.user_id') }} {{ __('calls.fields.phone') }} {{ __('calls.fields.direction') }} {{ __('calls.fields.status') }}
{{ __('clients.show_p.tab5_title') }}

{{ __('clients.show_p.tab5_temp_msg') }}

{{--Start edit model--}} {{--End edit mode--}} {{--Start view model--}} {{--End view model--}} @endsection @section('plugin_css') @endsection @section('plugins_js') @endsection