@extends('layout.frontend.master') @section('meta-title', 'Guest Checkout - LEREVE') @section('content')

{{__('GUEST CHECKOUT')}}

@if(session('guest')['delivery_type'] == "Delivery")
@if(session('cart_id'))
@csrf

{{__('Delivery Address')}}

{{-- --}}

Select Day

    {{-- @if ($hoursDifference !== null && $hoursDifference > 4 && $isBeforeNoon)
  • @endif --}} @for($i = 0; $i < 4; $i++)
  • @endfor

Select Time

    {{-- --}}

    {{__('Payment Summary')}}

    • {{__('Total')}} {{$cart['cart'][0]['subtotal']}} {{__('KWD')}}
    • {{__('Discount Code')}} -{{($cart['cart'][0]['discount'])?$cart['cart'][0]['discount']:0}} {{__('KWD')}}
    • {{__('Delivery Charge')}} 0 KWD
    • {{__('Grand Total')}} {{ $cart['cart'][0]['subtotal'] - $cart['cart'][0]['discount'] }} {{__('KWD')}}
    {{__('View Cart')}}
    @else {{__('Continue Shopping')}} @endif
    @else {{-- --}}
    @if(session('cart_id'))
    @csrf

    {{__('Pickup Information')}}

    @error('branch_id') @enderror
    {{-- --}} {{-- --}} @error('pickup_date') @enderror
    @error('pickup_time') @enderror
    {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}}

    {{__('Payment Summary')}}

    • {{__('Total')}} {{$cart['cart'][0]['subtotal']}} {{__('KWD')}}
    • {{__('Discount Code')}} -{{($cart['cart'][0]['discount'])?$cart['cart'][0]['discount']:0}} {{__('KWD')}}
    • {{__('Grand Total')}} {{ $cart['cart'][0]['subtotal'] - $cart['cart'][0]['discount'] }} {{__('KWD')}}
    {{__('View Cart')}}
    @else {{__('Continue Shopping')}} @endif
    {{-- --}} @endif
    @push('asset-bottom') @endpush @endsection