@extends('layouts.app') @section('title', 'Checkout - ECA Networks') @section('content')
๐Ÿšš FREE DELIVERY WITHIN NRB CBD  ยท  Order now and get it delivered same day!
2
3
@guest

No account needed!

Just enter your email and phone number below. We'll automatically create your account so you can track your order. Already have an account? Login here.

@endguest
@csrf

Shipping Details

@error('shipping_name')

{{ $message }}

@enderror
@error('shipping_phone')

{{ $message }}

@enderror
@auth @else @error('shipping_email')

{{ $message }}

@enderror @endauth
@error('shipping_address')

{{ $message }}

@enderror
@error('shipping_city')

{{ $message }}

@enderror

Payment Method

You will receive a prompt on this number to complete payment.

Bank payment details will be sent to your email and WhatsApp after you place the order. Our team will confirm receipt of payment before processing.

Order Summary

@foreach($cart as $item)
@if($item['image']) {{ $item['name'] }} @endif

{{ $item['name'] }}

Qty: {{ $item['quantity'] }}

KES {{ number_format($item['price'] * $item['quantity']) }}

@endforeach
Subtotal KES {{ number_format($subtotal) }}
Tax KES 0
Total KES {{ number_format($total) }}

Secured & encrypted checkout

@endsection