@extends('app.my-account.layout-lite') @section('page')

Dashboard

Overall Stats

{{ $c }} Client{{$c === 1 ? '' : 's'}}
{{$c}} Order{{$c === 1 ? '' : 's'}}
{{displayAmount('$', $ordersTotal)}} Order Value

Action Pending

whereRaw('(store_order.id NOT IN (SELECT financial_transaction.order_id FROM financial_transaction))'); })->orderBy('created_at', 'DESC')->paginate(30); ?>
{{ $c->total() }} Users With New order{{$c === 1 ? '' : 's'}} pending processing
@endsection