@extends('layouts.client') @section('title', 'My Profile') @section('content')
Manage your account information and settings
{{ $client->name }}
{{ $client->email }}
{{ $client->phone ?: 'Not provided' }}
{{ $client->company ?: 'Not provided' }}
{{ $client->tax_id ?: 'Not provided' }}
{{ $client->address }}
{{ $client->city }}
{{ $client->state }}
{{ $client->zip_code }}
{{ $client->country }}
{{ $client->notes }}
{{ $stats['member_since'] }}
{{ $stats['last_login'] }}