@stack('styles') @stack('schema')
🎉 FREE DELIVERY WITHIN NRB CBD | +254 720 309 309 / +254 747 909 909 | info@ecanetworks.com
WE ARE NOW AT ELDORET — OLOO STREET, VEECAM HOUSE, GROUND FLR, RM 5 CALL: 0702 309 309
@if(\App\Models\Setting::get('home_logo')) {{ \App\Models\Setting::get('home_logo_alt','ECA Networks') }} @else
@endif
@auth

{{ Auth::user()->name }}

{{ Auth::user()->email }}

Dashboard My Orders Profile @if(Auth::user()->role === 'admin') Admin Panel @endif
@csrf
@else Login Register @endauth
ECA NETWORKS
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
Please fix the errors below
@endif
@yield('content')

Shopping Cart

@php $cart = session('cart', []); @endphp @if(empty($cart))

Your cart is empty

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

{{ $item['name'] }}

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

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

@csrf
@endforeach
@endif
@if(!empty($cart)) @php $cartTotal = array_sum(array_map(fn($i) => $i['price'] * $i['quantity'], $cart)); @endphp
Subtotal KES {{ number_format($cartTotal) }}
View Cart Checkout
@endif
@stack('scripts') {{-- ============================ WHATSAPP FLOATING BUTTON ============================= --}} {{-- ============================ NEWSLETTER POPUP ============================= --}}

Get Exclusive Deals!

Join our newsletter and be first to know about new products, flash sales, and tech tips.