@extends('front.layouts.app') @section('content')
@csrf

Fill the form below to complete your purchase

Already Registered? Click here to Login now

@error('first_name') @enderror
@if(!Auth::check())
@error('password') @enderror
@error('password_confirmation') @enderror
@endif
address != null ? 'disabled="disabled"' : '' }} >
country != null ? 'disabled="disabled"' : '' }} >
city != null ? 'disabled="disabled"' : '' }} >
zip != null ? 'disabled="disabled"' : '' }} >
state != null ? 'disabled="disabled"' : '' }} >
@if(!Auth::check())
@endif

Payment Detail

Fill the form below to complete your purchase

@error('card_number') @enderror
@error('card_name') @enderror

Order Summary

Subtotal ({{ count($cart) }} items)
@php $formattedPrice = \App\Helper\PriceHelper::formatPrice($totalAmount); @endphp
$ {{ $formattedPrice }}

Gst Tax Includes
7.25%


Total
$ {{ number_format($totalAmountWithGST, 2) }}

@endsection @push('script') @endpush