@extends('layouts.master') @section('title', 'Dashboard') @section('content')

{{number_format(count($data))}}

arrow_upward8.6%

Totals User Dials

shopping_cart

{{number_format($data->whereNotNull('request_id')->count())}}

Successful STKs

print

{{number_format($data->whereNull('request_id')->count())}}

Failed STKs

notifications

{{number_format($paid)}}

Successfully Paid

payment

{{number_format($data->sum('amount'))}}

Expected

@endsection @section('scripts') @endsection