@extends('layouts.frontend') @section('content')

Waiting Action

{{$waitingAction}} Order

In Process

{{$inProcess}} Order

Success

{{$Success}} Order

Rejected

{{$Rejected}} Order

Available balance
@if ($Customer->balance < 0)
{{round($Customer->balance, 2).' '.$currency->icon.' ('.$currency->code .')'}}
@else
{{round($Customer->balance, 2).' '.$currency->icon.' ('.$currency->code .')'}}
@endif

Locked Amount
{{round($lockedAmount, 2) .' '.$currency->icon}}

Total Receipts
{{round($totalReceipts, 2) .' '.$currency->icon}}
QR Code
api_allow == 'on') checked @endif>
@endsection @section('seo') {{'My Dashboard - ' . $siteTitle}} @endsection @section('footer_script') @endsection