@extends('layouts.frontend.app') @section('content') Site Breadcrumb Home Checkout @guest @csrf If you have shopped with us before, please enter your details in the boxes below. If you are a new customer please proceed to the Billing & Shipping section. Email * Password * {{-- Login --}} Login I’ve read and accept the terms & conditions Lost your password? @endguest @csrf @if ($errors->has('isagree')) {{$errors->first('isagree')}} @endif Checkout First Name* @if($errors->has('firstname')) {{$errors->first('firstname')}} @endif Last Name* @if($errors->has('lastname')) {{$errors->first('lastname')}} @endif {{-- Company Name (Optional) --}} Country* Bangladesh China country India Japan @if($errors->has('country')) {{$errors->first('country')}} @endif Email Address* @if($errors->has('email')) {{$errors->first('email')}} @endif Phone no* @if($errors->has('phone')) {{$errors->first('phone')}} @endif Address* {{-- --}} @if($errors->has('address')) {{$errors->first('address')}} @endif Town/City* @if($errors->has('city')) {{$errors->first('city')}} @endif Zip Code* @if($errors->has('postcode')) {{$errors->first('postcode')}} @endif {{-- Zip Code* --}} {{-- Create an Acount? Ship to Different Address --}} Shipping Address First Name* Last Name* Email Address* Phone no* Company Name Address* Country* Bangladesh China country India Japan Town/City* State* Zip Code* {{-- Order notes --}} YOUR ORDER @if(session('cart_data')) Product Total @php $subtotal=0; $delivery_fee=60; @endphp @foreach(session('cart_data') as $each_product) @php $subtotal= $subtotal + ($each_product['price'] * $each_product['quantity']) @endphp {{$each_product['pname'].' X '.$each_product['quantity']}} {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{ number_format($each_product['price'] * $each_product['quantity'],2)}} @endforeach Sub Total {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{number_format($subtotal,2)}} Shipping Fee {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{number_format($delivery_charge,2)}} Grand Total {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{ number_format(($cart_data['grandtotal'] + $delivery_charge),2)}} @else Your cart is empty! @endif {{-- blog-article Sorry, it seems that there are no available payment methods for your state. --}} {{-- Phone no* --}} @foreach($payment_methods as $each_method) @php $checked=''; if($loop->index==0){$checked='checked';} @endphp {{$each_method->type}} @endforeach Name on Card Credit or debit card I’ve read and accept the terms & conditions Place order @endsection
If you have shopped with us before, please enter your details in the boxes below. If you are a new customer please proceed to the Billing & Shipping section.
Lost your password?
Sub Total {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{number_format($subtotal,2)}}
Shipping Fee {{ isset($settings) ? $settings->currency_symbol ?? "Currency Not Set " : "Currency Not Set " }} {{number_format($delivery_charge,2)}}