@extends('layouts.frontend.master') @section('custom-style') @endsection @section('title', 'Home ') @section('banner')

Checkout




@endsection @section('content')
@csrf
@if( session()->has('message') ) @elseif(session()->has('error')) @endif
buying details
billing details
United Kingdom (UK)
Country / Region *
shipping details
United Kingdom (UK)
Country / Region *

your order

@php $sub_total = 0; $delivery_charges=0; $ship=0; @endphp @foreach($data as $d)
Warning: Undefined variable $d in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 199

Warning: Attempt to read property "shipping" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 199

Warning: Undefined variable $ship in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 199
@if((float)$d->sale_price > 0)
Warning: Undefined variable $d in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 202

Warning: Attempt to read property "sale_price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 202

Warning: Undefined variable $d in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 202

Warning: Attempt to read property "quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 202

Warning: Undefined variable $sub_total in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 202
@elseif((float)$d->sale_price_sizes > 0)
Warning: Undefined variable $d in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 204

Warning: Attempt to read property "sale_price_sizes" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 204

Warning: Undefined variable $d in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 204

Warning: Attempt to read property "quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 204
@else
Warning: Undefined variable $d in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 206

Warning: Attempt to read property "regular_price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 206

Warning: Undefined variable $d in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 206

Warning: Attempt to read property "quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 206
@endif @if((float)$d->sale_price > 0) @elseif((float)$d->sale_price_sizes > 0) @else @endif @endforeach
Warning: Undefined variable $data in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 242

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php:242 Stack trace: #0 {main} thrown in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/checkout-index.blade.php on line 242
product total
id}}"> {{ $d->product_name ?? $d->product_parent_name }} x {{ $d->quantity }} £@php echo number_format((float)$d->quantity * $d->sale_price, 2, '.', ''); @endphp£@php echo number_format((float)$d->quantity * $d->sale_price_sizes, 2, '.', ''); @endphp£@php echo number_format((float)$d->quantity * $d->regular_price, 2, '.', ''); @endphp
subtotal £{{ $sub_total }}
Shipping Fee £{{ number_format((float)$ship, 2, '.', '') }}
Processing Fee