@include('components.frontend.head') @include('components.frontend.header')

Check Out

@if(!Auth::check())
@endif @php use App\Models\OrderDetail; $user = Auth::user(); $order = OrderDetail::where('user_id', $user->id ?? null)->latest()->first(); @endphp
Information:
@csrf
Payment Option:

Make your payment directly into our bank account. Your order will not be shipped until the funds have cleared in our account.

American Express Visa Bhim UPI Google Pay Mastercard PayPal PhonePe

@auth @else @endauth
@include('components.frontend.footer') @include('components.frontend.main-js')