@php $configData = Helper::appClasses(); @endphp @extends('layouts.layoutMaster') @section('title', 'Dashboards') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @include('seller.pages.dashboard.js') @endsection @section('content')

Dashboards

Sales Overview

{{-- --}}
{{--
Total 42.5k Sales

+18%

--}}

{{number_format($data['total_order'] ?? 0)}}

Order

${{number_format($data['total_profit_pending'] ?? 0 , 2)}}

Profit (Pending)

${{number_format($data['total_profit_approve'] ?? 0 , 2)}}

Profit (Approve)

${{number_format($data['total_profit_accept'] ?? 0 , 2)}}

Profit (Accept)

${{number_format($data['total_profit_paid'] ?? 0 , 2)}}

Profit (Paid)
{{number_format($data['total_script'])}}

Total Script

{{number_format($data['total_view'])}}

Total View

10 newest orders
# Customer Product Price Type Total Created at Status
@endsection