Client Profile: {!! $client->name !!} {!! $client->last_name !!}
Update ClientPersonal Information
First Name:
{{ $client->name }}
Email:
Phone:
Address:
{{ $client->address ?? '-' }}
Enrolled Date:
{{ date('d M, Y', strtotime($client->dated)) }}
@if(count($history) > 0)
@foreach ($history as $key => $val)
@endforeach
@else
@endif
{{ format_date($val->created_at, 'date') }}
{{ format_date($val->created_at, 'time_only') }}
{{ $val->msg }}
Action by {{ $val->user->name ?? 'System' }}No activity history found for this client.