@extends('pages.layouts.app') @section('content') @push('styles') @endpush
{{ __('Address') }} * {{ __('Select Address') }} {{ __('New Address') }} @auth @if ($hasOldAddress) {{ __('Old Address') }} @endif @endauth
{{ __('Old Address') }} * {{ __('Select Address') }} @foreach ($address as $addres) {{ $addres->first_name }} {{ $addres->last_name }} - {{ $addres->city->name }} - {{ $addres->address }} - {{ $addres->phone }} @endforeach
{{ __('First Name') }} *
{{ __('Last Name') }} *
{{ __('Town/City') }} * {{ __('Select City') }} @foreach ($cities as $city) {{ app()->getLocale() == 'ar' ? $city->name_ar : $city->name }} @endforeach
{{ __('District and Street Address') }} *
Apartment, suite, unit, etc. *
{{ __('Phone') }} *
{{ __('Order Notes') }} ({{ __('optional') }})
{{ __('Pay with cash upon delivery.') }}
{{ __('Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our') }} {{ __('Privacy policy') }}.
{{ app()->getLocale() === 'ar' ? $item->color->name_ar : $item->color->name }}