@extends('layouts.app') @section('title','Currencies') @section('content')
| Code | Name | Symbol | Rate (BDT) | Updated | |
|---|---|---|---|---|---|
| {{ $c->code }} | {{ $c->name }} | {{ $c->symbol }} | {{ number_format($c->exchange_rate, 4) }} | {{ $c->rate_updated_at?$c->rate_updated_at->diffForHumans():'—' }} | |
| No currencies added yet | |||||