@extends('layouts.app')
@section('title', 'My Orders - BDCodeShop')
@push('styles')
@endpush
@section('content')
My Orders
View your purchases and payment status
Loading...
Unable to load orders
Please try again.
◫
No orders yet
Your purchased products will appear here.
@endsection
@push('scripts')
@endpush