{{-- resources/views/client/dashboard.blade.php --}} @extends('client.layouts.client') @section('title', 'Dashboard') @section('page-title', 'Welcome back, ' . explode(' ', $user->name)[0]) @section('client-content')
{{ $client->company_name ? $client->company_name . ' · ' : '' }}Client Portal · {{ now()->format('l, d F Y') }}
{{-- Stats --}}No active projects yet.
No tickets. Open one →
No pending invoices. 🎉