@extends('shop::cart.index') @section('cart-body')

KROK {{ $step }}/4

Sprawdź produkty dodane do koszyka.

@messages
@include('shop::cart.steps')
@include('shop::cart.step1-main')
@if ($deliveries->isEmpty()) @alert(['type' => 'info']) {{ __('shop::cart.no_deliveries_options') }} @endalert @else

Sposób dostawy:

@foreach ($deliveries as $delivery)
@endforeach
lockerData ? '' : ' style="display: none"' !!}>
Wybrany paczkomat
@if ($cartData->lockerData)
{{ $cartData->lockerData['name'] }}

{{ $cartData->lockerData['address'] }}
{{ $cartData->lockerData['postcode'] . ' ' . $cartData->lockerData['city'] }}

@else


@endif

Zmień

lockerData ? ' style="display: none"' : '' !!}>
@endif
@include('shop::cart.sidebar')
@endsection