@extends('theme-views.layouts.app') @section('title', translate('shopping_Details').' | '.$web_config['company_name'].' '.translate('ecommerce')) @section('content') {{ translate('shipping_details') }} {{ translate('cart') }} {{ translate('shipping_details') }} {{ translate('payment') }} @if($physical_product_view) {{ translate('delivery_information_details') }} {{ translate('Shipping_Address') }} @if(getWebConfig('map_api_status') == 1) {{ translate('set_form_map') }} @endif @if(auth('customer')->check()) {{ translate('select_from_saved') }} @endif @if(auth('customer')->check()) {{translate('saved_addresses')}} @foreach($shipping_addresses as $key=>$address) {{$address['address_type']}} {{ translate('name') }} {{$address['contact_person_name']}} {{ translate('phone') }} {{$address['phone']}} {{ translate('address') }} {{$address['address']}} , {{$address['city']}} , {{$address['zip']}} {{ $address['address'] }} {{ $address['city'] }} {{ $address['zip'] }} {{ $address['country'] }} {{ $address['address_type'] }} @endforeach {{translate('no_address_is_saved')}}! @endif {{ translate('contact_person_name')}} count()==0?'required':''}}> {{ translate('phone') }} count()==0?'required':''}}> @if(!auth('customer')->check()) {{ translate('email') }} @endif {{ translate('address_type')}} {{ translate('permanent')}} {{ translate('home')}} {{ translate('others')}} {{ translate('country') }} @forelse($countries as $country) {{ $country['name'] }} @empty {{ translate('no_country_to_deliver') }} @endforelse {{ translate('city') }} count()==0?'required':''}}> {{ translate('zip_code') }} @if($zip_restrict_status == 1) @forelse($zip_codes as $code) {{ $code->zipcode }} @empty {{ translate('no_zip_to_deliver') }} @endforelse @else count()==0?'required':''}}> @endif {{ translate('address') }} count()==0?'required':''}}> @if(getWebConfig('map_api_status') == 1) @endif @if(auth('customer')->check()) {{ translate('save_this_address') }} @endif @if(!Auth::guard('customer')->check() && $web_config['guest_checkout_status']) {{translate('Create_an_account_with_the_above_info')}} @endif @endif @if($billing_input_by_customer) {{ translate('billing_address') }} @if($physical_product_view) {{ translate('same_as_delivery_address') }} @endif @if(!$physical_product_view) {{ translate('When_you_input_all_the_required_information_for_this_billing_address_it_will_be_stored_for_future_purchases') }} @endif @if(getWebConfig('map_api_status') == 1) {{ translate('set_form_map') }} @endif @if(auth('customer')->check()) {{ translate('select_from_saved') }} @endif @if(auth('customer')->check()) {{translate('saved_addresses')}} @foreach($billing_addresses as $key=>$address) {{$address['address_type']}} {{ translate('name') }} {{$address['contact_person_name']}} {{ translate('phone') }} {{$address['phone']}} {{ translate('address') }} {{$address['address']}} , {{$address['city']}} , {{$address['zip']}} {{ $address['address'] }} {{ $address['city'] }} {{ $address['zip'] }} {{ $address['country'] }} {{ $address['address_type'] }} @endforeach {{translate('no_address_is_saved')}}! @endif {{ translate('contact_person_name')}} count()==0?'required':''}}> {{ translate('phone') }} count()==0?'required':''}}> @if(!auth('customer')->check()) {{ translate('email') }} @endif {{ translate('address_type')}} {{ translate('permanent')}} {{ translate('home')}} {{ translate('others')}} {{ translate('country') }} @forelse($countries as $country) {{ $country['name'] }} @empty {{ translate('no_country_to_deliver') }} @endforelse {{ translate('city') }} count()==0?'required':''}}> {{ translate('Zip_Code') }} @if($zip_restrict_status == 1) @forelse($zip_codes as $code) {{ $code->zipcode }} @empty {{ translate('no_zip_to_deliver') }} @endforelse @else count()==0?'required':''}}> @endif {{ translate('address') }} count()==0?'required':''}}> @if(getWebConfig('map_api_status') == 1) @endif @if(auth('customer')->check()) {{ translate('save_this_address') }} @endif @if(!Auth::guard('customer')->check() && $web_config['guest_checkout_status'] && !$physical_product_view) {{ translate('Create_account_with_above_info') }} @endif @endif @include('theme-views.partials._order-summery') @endsection @push('script') @if(getWebConfig('map_api_status') ==1 ) @endif @endpush