@extends('app') @section('title', 'Dostawa – Verve') @section('content') Dane dostawy @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf {{-- Dane kontaktowe (wspólne) --}} {{ __('shop.contact_details') }} {{ __('shop.full_name') }} Email Telefon {{-- Kod rabatowy (wspólny) --}} {{ __('shop.discount_code') }} {{ __('shop.apply') }} {{-- Zakładki: Polska / Za granicę --}} 🇵🇱 {{ __('shop.tab_domestic') }} 🌍 {{ __('shop.tab_international') }} {{-- ===== TAB: POLSKA ===== --}} {{ __('shop.shipping_method') }} 📦 {{ __('shop.inpost_parcel') }} {{ __('shop.inpost_desc') }} 16.99 PLN 🚚 {{ __('shop.courier') }} {{ __('shop.courier_desc') }} 19.99 PLN 💰 {{ __('shop.cod_title') }} {{ __('shop.cod_desc') }} {{ __('shop.cod_price') }} {{ __('shop.parcel_selection') }} 📍 {{ __('shop.select_parcel_btn') }} {{ __('shop.parcel_help') }} Adres dostawy Ulica i numer Uzupełnienie (opcjonalnie) Kod pocztowy Miejscowość Adres dostawy (płatność przy odbiorze) Ulica i numer Uzupełnienie (opcjonalnie) Kod pocztowy Miejscowość {{-- ===== TAB: ZA GRANICĘ ===== --}} {{ __('shop.intl_shipping_method') }} ✈️ {{ __('shop.intl_courier') }} {{ __('shop.intl_courier_desc') }} 80.00 PLN {{ __('shop.intl_address_title') }} {{ __('shop.intl_country') }} {{ __('shop.intl_country_select') }} {{ __('shop.intl_country_de') }} {{ __('shop.intl_country_fr') }} {{ __('shop.intl_country_nl') }} {{ __('shop.intl_country_be') }} {{ __('shop.intl_country_at') }} {{ __('shop.intl_country_ch') }} {{ __('shop.intl_country_cz') }} {{ __('shop.intl_country_sk') }} {{ __('shop.intl_country_dk') }} {{ __('shop.intl_country_se') }} {{ __('shop.intl_country_no') }} {{ __('shop.intl_country_it') }} {{ __('shop.intl_country_es') }} {{ __('shop.intl_country_pt') }} {{ __('shop.intl_country_ie') }} {{ __('shop.intl_country_lt') }} {{ __('shop.intl_country_lv') }} {{ __('shop.intl_country_ee') }} {{ __('shop.intl_country_hu') }} {{ __('shop.intl_country_ro') }} {{ __('shop.intl_country_bg') }} {{ __('shop.intl_country_hr') }} {{ __('shop.intl_country_si') }} {{ __('shop.intl_country_fi') }} {{ __('shop.intl_country_gr') }} {{ __('shop.intl_country_other_label') }} {{ __('shop.intl_country_other') }} {{ __('shop.intl_address_line1') }} {{ __('shop.intl_address_line2') }} {{ __('shop.intl_city') }} {{ __('shop.intl_postal_code') }} {{ __('shop.intl_state') }} ← {{ __('shop.back_to_shop') }} {{ __('shop.proceed_to_payment') }} → @endsection @push('styles') @endpush @push('scripts') @endpush
{{ __('shop.parcel_help') }}