@if($client->avatar) {{ $client->name }} @else {{ strtoupper(substr($client->name ?? 'A', 0, 1)) }} @endif

{{ $client->company ?? 'Acme Corporation' }}

{{ $client->name ?? 'Sarah Williams' }}

{{ ucfirst($client->status ?? 'Active') }}
@for($i = 1; $i <= 5; $i++) @endfor
{{ $client->email ?? 'sarah@acmecorp.com' }}
{{ $client->phone ?? '+1 (555) 123-4567' }}
Technology
3
Projects
$45,000.00
Revenue
Last Contact:
8/24/2024
id }}.window="showDeleteModal = true" x-show="showDeleteModal" x-cloak class="fixed inset-0 z-50 flex items-center justify-center" style="display: none;">

Delete Client

Are you sure you want to delete {{ $client->name }}? This action cannot be undone.