@extends('admin.layouts.contentLayoutMaster') @section('title', $title) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')
Pending => Admin is waiting for Member to upload their Payment Proof
Waiting For Confirmation => Member is waiting for Admin to approve the order
Approved => Uploaded Payment Proof is valid and the order has been approved by Admin
Rejected => Order has been rejected by Admin
Cancelled => Approved Order that has been cancelled by Admin or the system automatically cancelled the Order when the Member didn't do any payment in 5 Minutes
@include('admin.layouts.error-message')
{{-- --}} {{-- --}}
Action Status Order ID Order DateNotesContact NumberPayment Method Total Admin Note
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') @endsection