@extends('layouts.app') @section('title', 'Visa Selling Price') @section('content')
| Date | Price (SAR) | Actions |
|---|---|---|
| {{ $price->created_at->format('Y-m-d') }} | {{ number_format($price->selling_price, 2) }} |
@if($price->is_locked)
Edit
Delete
@else
@endif
|
| No visa price records yet. Click "Add Visa Price" to create a new price record. | ||