{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
@if($clientInfo->profile_picture)
@else
@endif
{{ $clientInfo->full_name }}
Login ID: {{ $clientInfo->client_login_id ?? 'N/A' }}
Account Information
Full Name
{{ $clientInfo->full_name }}
Login ID
{{ $clientInfo->client_login_id ?? 'N/A' }}
@if($clientInfo->username_ip)
Username/IP
{{ $clientInfo->username_ip }}
@endif
@if($clientInfo->password)
Password
{{ $clientInfo->password }}
@endif
@if($clientInfo->joining_date)
Joining Date
{{ $clientInfo->joining_date->format('M d, Y') }}
@endif
@if($clientInfo->branch)
Branch
{{ $clientInfo->branch->name }}
@endif
@if($clientInfo->client && $clientInfo->client->mikrotikServer)
Server
{{ $clientInfo->client->mikrotikServer->name }}
@endif
@if($clientInfo->client && $clientInfo->client->package_name)
Package
{{ $clientInfo->client->package_name }}
@endif
@if($clientInfo->monthly_bill)
Monthly Bill
৳{{ number_format($clientInfo->monthly_bill, 2) }}
@endif
Member Since
{{ $clientInfo->created_at->format('M d, Y') }}