@extends("layouts.dashboard.app") @section("page-title") {{__('Delivery Price')}} @endSection @section('css-links') @endsection @section("page-nav-title")

{{__('Delivery Price')}}

{{__('should by define the location to add the delivery price')}}

@endsection @section("content") @include("layouts.main-parts.page-message")

{{__('Add New Delivery Location Price')}}

@csrf
@if(Session::has("location_details")) {{ !empty(Session::get("location_details")["country"]) ? Session::get("location_details")["country"] : null }} {{ !empty(Session::get("location_details")["governorate"]) ? " - " . Session::get("location_details")["governorate"] : null }} {{ !empty(Session::get("location_details")["locality"]) ? " - " . Session::get("location_details")["locality"] : null }} {{ !empty(Session::get("location_details")["subLocality"]) ? " - " . Session::get("location_details")["subLocality"] : null }} {{ !empty(Session::get("location_details")["neighborhood"]) ? " - " . Session::get("location_details")["neighborhood"] : null }} @endif
@error("price")
{{$message}}
@enderror
@endsection @section("scripts") @endsection