@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

count(); ?>
{{ $c }} New order{{$c === 1 ? '' : 's'}} pending processing
@endsection