@extends('layouts/layoutMaster') @section('title', 'eCommerce Order List - Apps') @section('vendor-style') @vite(['resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js']) @endsection @section('page-script') @vite(['resources/assets/js/app-ecommerce-order-list.js', 'resources/assets/js/modal-edit-order-list.js']) @endsection @section('content')

56

Pending Payment


12,689

Completed


124

Refunded

32

Failed

order date customers payment status method actions
@include('_partials/_modals/modal-add-order') @endsection