{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
Welcome, {{ $clientInfo->full_name }}!
Here's an overview of your account and recent activity.
{{ $billStats['total_bills'] }}
Total Bills
{{ $billStats['pending_bills'] }}
Pending Bills
{{ $billStats['paid_bills'] }}
Paid Bills
{{ $billStats['overdue_bills'] }}
Overdue Bills
Recent Bills
{{ $bill->bill_number }}
{{ $bill->month_year }}
৳{{ number_format($bill->total_amount, 2) }}
{{ ucfirst($bill->status) }}
{{ $bill->created_at->format('M d, Y') }}
No bills found
You don't have any bills yet.
@if($clientInfo->profile_picture)
@else
@endif
{{ $clientInfo->full_name }}
Login ID
{{ $clientInfo->client_login_id ?? 'N/A' }}
Mobile
{{ $clientInfo->mobile_number }}
Email
@if($clientInfo->username_ip)
{{ $clientInfo->email_address ?? 'N/A' }}
Username/IP
@endif
@if($clientInfo->password)
{{ $clientInfo->username_ip }}
Password
@endif
@if($clientInfo->joining_date)
{{ $clientInfo->password }}
Joining Date
@endif
@if($clientInfo->branch)
{{ $clientInfo->joining_date->format('M d, Y') }}
Branch
@endif
{{ $clientInfo->branch->name }}