| Currency | FC Balance | Rate | Base Balance |
|---|---|---|---|
| {{ $d->currency }} | {{ number_format($d->fc_balance,2) }} | {{ number_format($d->fx_rate,6) }} | {{ number_format($d->base_bal,2) }} |
| All FX positions are already at current rates. | |||
@extends('admin.admin_dashboard') @section('admin')
| Currency | FC Balance | Rate | Base Balance |
|---|---|---|---|
| {{ $d->currency }} | {{ number_format($d->fc_balance,2) }} | {{ number_format($d->fx_rate,6) }} | {{ number_format($d->base_bal,2) }} |
| All FX positions are already at current rates. | |||