{{ __('Dashboard') }} {{-- Proposals --}} Proposals @if (isset($pending_proposals_count) && $pending_proposals_count > 0) {{ $pending_proposals_count }} @else {{ $pending_proposals_count ?? 0 }} @endif {{-- Invoices (Coming Day 2) --}} Invoices {{-- Payments (Coming Day 2) --}} Payments
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} {{-- Mobile: Proposals --}} Proposals @if (isset($pending_proposals_count) && $pending_proposals_count > 0) {{ $pending_proposals_count }} @endif {{-- Mobile: Invoices --}} Invoices {{-- Mobile: Payments --}} Payments
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}