@extends('front.layouts.master') @section('title') checkout @endsection @section('css') @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Checkout

@csrf

Create an Account or Login

Your Personal Details

check() ? 'required' : null}}>
check() ? 'required' : null}}>
check() ? 'required' : null}}>
check() ? 'required' : null}}>

Your Address

check() ? 'required' : null}}>
check() ? 'required' : null}}>
check() ? 'required' : null}}>
check() ? 'required' : null}}>
check() ? 'required' : null}} id="input-payment-floor" placeholder="floor" value="" name="floor">
check() ? 'required' : null}} id="input-payment-street" placeholder="street" value="" name="street">
check() ? 'required' : null}} id="input-payment-landmark" placeholder="landmark" value="" name="landmark">

Delivery Method

Please select the preferred shipping method to use on this order.

Payment Method

Please select the preferred payment method to use on this order.

Do you Have a Coupon or Voucher?

Shopping cart

@foreach (get_card() as $row) @endforeach
Image Product Name Model Quantity discount Price Total
Aspire Ultrabook Laptop {{$row->model->name()}}
{{$row->model->SKU}} ${{ $row->model->discount_price }} {{ $row->price * $row->qty }}
Sub-Total: ${{Cart::subtotal()}}
Eco Tax: ${{Cart::tax()}}
Total: ${{Cart::total()}}

Add Comments About Your Order


@endsection @section('js') @endsection