@extends('admin.layout') @section('title',__('Home')) @section('breadcrump')

{{ __('Dashboard') }}

@endsection @section('css') @endsection @section('content') @can('view_order')

{{$total_orders}}

{{__('Total Orders')}}

{{formated_price($total_sales)}}

{{__('Total sales')}}

{{formated_price($total_commissions)}}

{{__('Total Commission')}}

{{formated_price($pending_profit)}}

{{__('Pending profits')}}

{{__('More info')}}

{{formated_price($confirmed_profit)}}

{{__('Confirmed profits')}}

{{__('More info')}}

{{formated_price($paid_profit)}}

{{__('Paid profits')}}

{{__('More info')}}

{{formated_price($remaining_profit)}}

{{__('Remaining profits')}}

{{__('More info')}}

{{$pending_orders}}

{{__('pending orders')}}

{{__('More info')}}

{{$hold_orders}}

{{__('Hold orders')}}

{{__('More info')}}

{{$confirmed_orders}}

{{__('Confirmed orders')}}

{{__('More info')}}

{{$sending_orders}}

{{__('Sending')}}

{{__('More info')}}

{{$delivered_orders}}

{{__('Delivered orders')}}

{{__('More info')}}
{{--

{{$commission_paid_orders}}

{{__('Commission paid orders')}}

{{__('More info')}}
--}}

{{$the_price_being_received_orders}}

{{__('The price is being received')}}

{{__('More info')}}

{{$canceled_orders}}

{{__('Canceled orders')}}

{{__('More info')}}
@endcan

{{__('Quick Email')}}

@csrf
@endsection @section('scripts') @endsection