@extends('layouts.clivax') @section('title', 'Currency Exchange Rates') @section('content')
| Code | Name | Symbol | Buying Rate | Selling Rate | Actions |
|---|---|---|---|---|---|
| {{ $currency->code }} | {{ $currency->name }} | @if($currency->symbol) {{ $currency->symbol }} @else - @endif | {{ number_format($currency->buying_exchange_rate, 4) }} KES | {{ number_format($currency->selling_exchange_rate, 4) }} KES | |
|
No currencies found Add First Currency |
|||||