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

{{ __('Dashboard') }}

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

{{$total_orders}}

{{__('Total Orders')}}

{{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')}}

{{$pending_orders}}

{{__('pending orders')}}

{{__('More info')}}

{{$hold_orders}}

{{__('Hold orders')}}

{{__('More info')}}

{{$confirmed_orders}}

{{__('Confirmed orders')}}

{{__('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')}}

{{__('Quick Email')}}

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