@extends('admin.layouts.master') @section('title') Home @endsection @section('css') @endsection @section('content')
Total Users
Total Subscription
Total Orders
Total Order Success
Total Order pending
count Order Success
count Order processing
count Order cancelled
count Order refunded
Total Order pending
Users | Registered On | Status |
---|---|---|
![]() {{$row->name()}}{{$row->email}} |
{{$row->created_at->format('Y-m-d')}} | {{ $row->is_active == 1 ? 'Active' : 'NoActive' }} |
User | Order Id | Total Price | View Order |
---|---|---|---|
![]() {{$row->customer->name()}}{{$row->customer->email}} |
{{ $row->order_number }} | {{$row->total}} | {!!$row->getStatusColor()!!} |
order number | order type | customer | Status | Create Order | total | Action |
---|---|---|---|---|---|---|
{{ $row->order_number }} | {!! $row->getOrderTypeColor() !!} | {{ $row->customer_id ? $row->customer->name() : 'no customer' }} | {!! $row->getStatusColor() !!} | {{$row->created_at->format('Y-m-d')}} | {{$row->total}} |
|