@extends('app') @section('title', 'Dostawa – Verve') @section('content')

Dane dostawy

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Dane kontaktowe

Metoda dostawy

Wybór paczkomatu

Po wyborze paczkomatu dane zostaną automatycznie uzupełnione.

Adres dostawy

← Wróć do sklepu
@endsection @push('styles') @endpush @push('scripts') document.addEventListener('DOMContentLoaded', function() { @endpush