@extends('layouts.app') @section('title', 'Agent Wise Visa Pricing') @section('content')
| Agent Name | Agent Visa Price (SAR) | Actions |
|---|---|---|
| {{ $cost->visaAgent->name ?? 'N/A' }} | @currency($cost->visa_agent_cost, 2) |
|
| No agent visa price records. | ||