@extends('layouts.app') @section('content')

Agency Account Overview

{{ $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 --}}
Company Logo
{{-- Trade License --}}
Trade License
{{-- PAN --}}
PAN Proof
{{-- GST --}}
GST Proof
{{-- Fallback JS: works even if Bootstrap Tab JS is not loaded --}} @endsection