@extends("layouts.admin.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')}}
{{__('Delivery Price')}}
{{__('Create')}}
@endsection @section("content") @include("includes.dialog")
{{__('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
{{__('Price')}}
@error("price")
{{$message}}
@enderror
{{__('Supported')}}
@endsection @section("scripts") @endsection