@extends('main') @section('title', 'Dashboard | Page') @section('content')
{{--
img
$385,656.50
Total Sale Amount
img
$400.00
Total Sale Amount
--}}

{{ $customers }}

Customers

{{ $users }}

Users Administrator

{{ $purchaseTransaction }}

Purchase Transaction

{{ $salesTransaction }}

Sales Transaction

Currency Available

@foreach ($currency as $data) @endforeach
Currency Pair Buy Rate Sell Rate Expired Date Created On
{{ $data->currency_pair }} {{ number_format($data->buy_rate, 2, ',', '.') }} {{ number_format($data->sell_rate, 2, ',', '.') }} {{ $data->expired_date }} {{ $data->created_at }}
@endsection