@extends('front.layout.app') @section('title', 'Cart Page') @section('content') checkout Billing Address Fill the form below to complete your purchase Already Registered? Click here to Login now @csrf first NamE @error('first_name') {{ $message }} @enderror Last NamE @error('last_name') {{ $message }} @enderror email address @error('email') {{ $message }} @enderror Phone @error('phone_number') {{ $message }} @enderror address @error('address') {{ $message }} @enderror Country United States @error('country') {{ $message }} @enderror city @error('city') {{ $message }} @enderror ZIP/POSTAL CODE @error('postal_code') {{ $message }} @enderror sTATE/pROVINCE @forelse($get_states as $state) id ? 'selected' : '' }}> {{ $state->name }} @empty States Not Found @endforelse @error('state') {{ $message }} @enderror Create an account for later use Ship to the same address mentioned above Order Summary Subtotal (3 items) USD {{ number_format($totalAmount, 2.0) }} Shipping fee USD 12.00 Total USD {{ 12 + number_format($totalAmount, 2.0) }} proceed to checkout @endsection @section('script') @endsection
Fill the form below to complete your purchase
Already Registered? Click here to Login now