@php
$fields = [
'darpan_id' => ['label' => 'Darpan ID', 'icon' => 'fas fa-id-badge'],
'registration_no' => ['label' => 'Registration No', 'icon' => 'fas fa-file-alt'],
'registration_certificate' => ['label' => 'Registration Certificate', 'icon' => 'fas fa-file-pdf'],
'organization_type' => ['label' => 'Organization Type', 'icon' => 'fas fa-building'],
'organization_sub_type' => ['label' => 'Organization sub Type', 'icon' => 'fas fa-building'],
'pan' => ['label' => 'PAN', 'icon' => 'fas fa-id-card'],
'pan_document' => ['label' => 'PAN Document', 'icon' => 'fas fa-file-pdf'],
'gst_no' => ['label' => 'GST No', 'icon' => 'fas fa-receipt'],
'gst_certificate' => ['label' => 'GST Certificate', 'icon' => 'fas fa-file-pdf'],
'tan_no' => ['label' => 'TAN No', 'icon' => 'fas fa-file-invoice'],
'tan_document' => ['label' => 'TAN Document', 'icon' => 'fas fa-file-pdf'],
'partner_name' => ['label' => 'Partner Name', 'icon' => 'fas fa-user'],
'director_name' => ['label' => 'Director Name', 'icon' => 'fas fa-user-tie'],
'official_email' => ['label' => 'Email', 'icon' => 'fas fa-envelope'],
'primary_phone' => ['label' => 'Phone', 'icon' => 'fas fa-phone'],
'alternate_phone' => ['label' => 'Alternate Phone', 'icon' => 'fas fa-phone-alt'],
'office_phone' => ['label' => 'Office Phone', 'icon' => 'fas fa-phone-square'],
'website' => ['label' => 'Website', 'icon' => 'fas fa-globe'],
'complete_address' => ['label' => 'Address Line', 'icon' => 'fas fa-map-marker-alt'],
'state' => ['label' => 'State', 'icon' => 'fas fa-map'],
'district' => ['label' => 'District', 'icon' => 'fas fa-city'],
'address_city' => ['label' => 'City', 'icon' => 'fas fa-building'],
'address_pincode' => ['label' => 'PinCode', 'icon' => 'fas fa-location-arrow'],
'landmark' => ['label' => 'Landmark', 'icon' => 'fas fa-info-circle'],
'application_status' => ['label' => 'Current Status', 'icon' => 'fas fa-signal', 'badge' => true],
'submitted_on' => ['label' => 'Submitted On', 'icon' => 'fas fa-calendar-alt'],
'remarks' => ['label' => 'Remarks', 'icon' => 'fas fa-comment']
];
@endphp
@foreach ($fields as $key => $field)
@endforeach