{{-- layout extend --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Dashboard') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content')
{{ $currentYear }} Monthly Transactions
Service Requests = {{ $requestCount - $reportCount }}
Service Reports = {{ $reportCount }}
New
{{ $totalMerchants }}
Total Merchant
Total revenue
Name | Address | Payment Method | Status | Total Price | Created At |
---|---|---|---|---|---|
{{ $order->user->name ?? null }} | {{ $order->address->address ?? null }} | {{ $order->payment_method ?? null }} | {{ $order->status ?? null }} | {{ $order->total_price ?? null }} MMK | {{ $order->created_at ?? null }} |
{{ $recentBuyer->user->name ?? '-' }}
{{ $recentBuyer->user->created_at ?? '-' }}