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

${{$totalAmount->paid}}

Total Income
@if ($amountRatio->paid < 0 ) @else @endif

{{$amountRatio->paid}}% Since last month

${{$currentMonthIncome}}

Earning In This Month
@if ($amountRatio->paid < 0 ) @else @endif

{{$amountRatio->paid}}% Since last month

${{$todayIncome}}

Earning Today
@if ($todayIncomeRatio < 0 ) @else @endif

{{$todayIncomeRatio}}% Since last day

{{$totalQty->delete}}

Total Cancel
@if ($qtyRatio->delete < 0 ) @else @endif

{{$qtyRatio->delete}}% Since last day

{{$totalQty->unpaid}}

Pending Order
@if ($qtyRatio->unpaid < 0 ) @else @endif

{{$qtyRatio->unpaid}}% Since last month

{{$totalQty->paid}}

Complete Order
@if ($qtyRatio->paid < 0 ) @else @endif

{{$qtyRatio->paid}}% Since last month

${{$totalAmount->unpaid}}

Unpaid Order
@if ($amountRatio->unpaid < 0 ) @else @endif

{{$amountRatio->unpaid}}% Single last month

${{$totalAmount->delete}}

Cancel Order
@if ($amountRatio->delete < 0 ) @else @endif

{{$amountRatio->delete}}% Single last month

@endsection @push('footerPartial') @endpush