@extends('layouts.admin') @section('title', 'Currency Conversion Rates') @section('content')
| Rate | Status | Created |
|---|---|---|
| £1 = ₦{{ number_format($rate->gbp_to_ngn, 2) }} | @if($rate->is_active) ACTIVE @else Old @endif | {{ $rate->created_at->format('d M, Y h:i A') }} |