@stack('head')
@include('partials.header') @if(session('success'))

{{ session('success') }}

@endif @yield('content') @include('partials.footer')
Loading...

Choose your location

Select a delivery location to see product availability and delivery options.

@auth @forelse(auth()->user()->addresses->where('status' , 1) as $address)
@csrf

{{ $address->address }} {{ $address->city }}, {{ $address->state }}, {{ $address->pincode }}

@if(session('location.address_id') == $address->id)

Selected

@else @endif
@empty

No address

@endforelse @else @endauth

or enter an Indian postcode


@csrf

@stack('modals') @yield('head') @yield('extras') @stack('scripts')