@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Cedi Dollar Exchange rates

@php use Carbon\Carbon; @endphp
@foreach ($cedi_dollar_rates as $cedi_dollar_rate) @endforeach
No. Date Buying rate Selling Rate Average Rate EDIT DELETE
{{$loop->index + 1}} {{Carbon::parse($cedi_dollar_rate->date)->format('d M Y')}} {{number_format($cedi_dollar_rate->buying_rate,4)}} {{number_format($cedi_dollar_rate->selling_rate,4)}} {{number_format($cedi_dollar_rate->average_rate,4)}} EDIT
No. Date Buying rate Selling Rate Average Rate EDIT DELETE
@endsection @section('more-scripts') @endsection