@extends('layouts.landing', ['title' => 'Checkout v.1 - Delivery Info Step 1']) @section('content')
{{-- show error message --}} @if (session('error'))
{{ session('error') }}
@endif
1

{{ __('checkout.delivery_method') }}

{{ __('checkout.choose_delivery_method') }}

{{-- dropdown address --}} @if ($address_list->count() > 0)
@endif
{{ __('checkout.shipping_address') }}
Edit
{{--
--}}
@csrf
2

{{ __('checkout.choose_shipping') }}

3

{{ __('checkout.payment') }}

@include('layouts.partials/footer2') @endsection @section('scripts') @endsection