{{ __('Finalize order')}}


@csrf
@if(count(auth()->user()->addresses)) @if ($errors->has('addressID')) {{ $errors->first('addressID') }} @endif @else
{{ __('You don`t have any address. Please add new one') }}.
@endif
@if(count(auth()->user()->addresses)) @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('comment')) {{ $errors->first('comment') }} @endif
@if(config('settings.is_demo') && config('settings.enable_stripe'))
NUMBER BRAND CVC DATE
4242 4242 4242 4242 Visa Any 3 digits Any future date
5555 5555 5555 4444 Mastercard Any 3 digits Any future date
3782 822463 10005 American Express Any 4 digits Any future date
6011 1111 1111 1117 Discover Any 3 digits Any future date
@endif

{{ __('Payment method') }}


@if (!config('settings.hide_cod'))
@endif @if (config('settings.stripe_key')&&config('settings.enable_stripe'))
@endif @if (config('settings.stripe_key')&&config('settings.enable_stripe_ideal'))
@endif @if(count(auth()->user()->addresses)&&!config('settings.hide_cod'))
@endif @if (session('error')) @endif @if (config('settings.stripe_key')&&config('settings.enable_stripe'))
@if ($errors->has('name')) {{ $errors->first('name') }} @endif

@if(count(auth()->user()->addresses))
@endif
@endif @if (config('settings.stripe_key')&&config('settings.enable_stripe_ideal'))
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if(count(auth()->user()->addresses))
@endif
@endif @section('js')