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