@extends('admin/layout') @section('title') {{ labels('admin_labels.home', 'Home') }} @endsection @php use App\Services\MediaService; use App\Services\OrderService; @endphp @section('content') @include('Chatify::layouts.headLinks')
{{ labels('admin_labels.drive_success_for_you_and_your_sellers', 'Drive Success For You and Your Sellers') }}
{{ labels('admin_labels.received', 'Received') }}
{{ app(OrderService::class)->ordersCount('received', '', '', $store_id) }}
{{ labels('admin_labels.processed', 'Processed') }}
{{ app(OrderService::class)->ordersCount('processed', '', '', $store_id) }}
{{ labels('admin_labels.shipped', 'Shipped') }}
{{ app(OrderService::class)->ordersCount('shipped', '', '', $store_id) }}
{{ labels('admin_labels.delivered', 'Delivered') }}
{{ app(OrderService::class)->ordersCount('delivered', '', '', $store_id) }}
{{ labels('admin_labels.cancelled', 'Cancelled') }}
{{ app(OrderService::class)->ordersCount('cancelled', '', '', $store_id) }}
{{ labels('admin_labels.returned', 'Returned') }}
{{ app(OrderService::class)->ordersCount('returned', '', '', $store_id) }}
| {{ labels('admin_labels.ticket_type', 'Ticket Type') }} | {{ labels('admin_labels.subject', 'Subject') }} | {{ labels('admin_labels.status', 'Status') }} | {{ labels('admin_labels.date_created', 'Date Created') }} |
|---|
{{ $item['seller_name'] }}
{{ $item['store_name'] }}
{{ $item['total_sales'] }}
{{ $item['total_commission'] }} Sales
No data found
| {{ labels('admin_labels.order_id', 'Order ID') }} | {{ labels('admin_labels.user_name', 'User Name') }} | {{ labels('admin_labels.payment_method', 'Payment Method') }} | {{ labels('admin_labels.active_status', 'Active Status') }} | {{ labels('admin_labels.order_date', 'Order Date') }} | {{ labels('admin_labels.total', 'Total') }}() | {{ labels('admin_labels.action', 'Action') }} |
|---|