@extends('layouts.app') @section('title', 'Currency Rates - Cash Book') @section('content')
| Rate (BDT per SAR) | Effective From | Changed By | Actions |
|---|---|---|---|
| {{ number_format($rate->rate, 2) }} | {{ $rate->effective_from->format('Y-m-d H:i:s') }} | {{ $rate->changedBy->name ?? 'System' }} | @if(in_array(auth()->user()->role, ['super_admin', 'co_admin'])) Edit @endif |