@extends('layouts.app') @section('css') @endsection @section('content')
Total Customers

{{$totalCustomers}}

{{$newCustomersToday}}
New Customers Today
{{$newCustomersWeek}}
New Customers this week
{{$newCustomersMonth}}
New Customers This Month
Create Customer
Search for a customer
@csrf
Search blacklist
@csrf
@can('is_admin', auth()->user())
Forex Buying Transactions by branch
@foreach($forexesBuyingByBranch as $forex) @endforeach
Branch Number Value in KES
{{$forex->name}} {{$forex->count}} {{number_format($forex->amount,2)}}
Forex Selling Transactions by branch
@foreach($forexesSellingByBranch as $forex) @endforeach
Branch Number Value in KES
{{$forex->name}} {{$forex->count}} {{number_format($forex->amount,2)}}
Money Transfer by provider in KES
Provider Sending Receiving
Western Union {{number_format($transfersWUSending,2)}} {{number_format($transfersWUReceiving,2)}}
Money Gram {{number_format($transfersMGSending,2)}} {{number_format($transfersMGReceiving,2)}}
RIA {{number_format($transfersRIASending,2)}} {{number_format($transfersRIAReceiving,2)}}
World Remit {{number_format($transfersWRSending,2)}} {{number_format($transfersWRReceiving,2)}}
Money transfer trends by value in KES
Forex transactions trends by value in KES
@endcan
@endsection @section('scripts')