{{ $agentdetails->full_name ?? 'N/A' }}
{{ $agentdetails->mobile_number ?? 'N/A' }}
@if(isset($agentdetails->phone))
Verified
@endif
{{ $agentdetails->department ?? 'N/A' }}
{{ ($agentdetails->city ?? 'N/A') . ', ' . ($agentdetails->address ?? '') . ', ' . ($agentdetails->pincode ?? '') }}
{{ $agentdetails->department ?? 'N/A' }}
{{ $agentdetails->role ?? 'N/A' }}
@if(isset($agentdetails->phone))
Verified
@endif
{{ $agentdetails->company_type ?? 'N/A' }}
{{-- Image Proof Section --}}
Uploaded Documents
{{-- Company Logo / Profile --}}
{{-- Trade License --}}
{{-- PAN --}}
{{-- GST --}}
{{-- Fallback JS: works even if Bootstrap Tab JS is not loaded --}}
@endsection