@extends('layout.client') @section('content')
@include('shared.errors') @include('shared.flash_message')
profile_photo ?? 'avatar.jpg'}} width='150' class='rounded-circle'>

{{$client->first_name}} {{$client->last_name}} ({{$user->username}})

{{trans('file.Company')}}: {{$client->company_name}}

{{__('Last Login')}}: {{$user->last_login_date}}

@endsection