Visa Fees
| SL | Name | Visa Fee | Country | Category | Status | Created Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $visaFees->firstItem() + $loop->index }} | {{ $visaFee->name }} | {{ $visaFee->visa_fee }} | {{ optional($visaFee->country)->name_en ?? '-' }} | {{ optional($visaFee->category)->name ?? '-' }} | @if ($visaFee->is_active === 't') Active @else Inactive @endif | {{ $visaFee->created_at->format('d M, Y') }} | |
| No visa fee found. | |||||||
{{ $visaFees->links() }}