{{ __('shipping.add_new_pickup_location') }}
@csrf
{{__("shipping.pickup_location")}}
*
{{__("common.name")}}
*
{{__("common.email")}}
*
{{__("common.phone")}}
*
{{__("common.address")}}
*
{{__("shipping.address_2")}}
{{__("shipping.pin_code")}}/{{__('shipping.post_code')}}
*
{{__('seller.country_region')}}
*
{{__('common.select_one')}}
@foreach($countries as $country)
country_id == $country->id?'selected':''}} value="{{$country->id}}">{{$country->name}}
@endforeach
{{__('common.state')}}
*
{{__('common.select_one')}}
@if($setting->country_id) @foreach($states as $key => $state)
state_id== $state->id?'selected':''}} value="{{$state->id}}">{{$state->name}}
@endforeach @endif
{{__('common.city')}}
*
{{__('common.select_one')}}
@if($setting->state_id) @foreach($cities as $key => $city)
city_id == $city->id?'selected':''}} value="{{$city->id}}">{{$city->name}}
@endforeach @endif
{{--
--}} {{--
--}} {{--
{{__("shipping.latitude")}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{__("shipping.longitude")}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{__("common.save")}}