@extends("layouts.admin.app") @section("page-title") Delivery Price @endSection @section("page-nav-title")

{{__('Edit Delivery Price')}}

@endsection @section("content") @include("includes.dialog")

{{__('Edit Delivery Location Price')}}

id) . (isset($_GET["redirect"]) ? "?redirect=" . $_GET["redirect"] : null) }}" enctype="multipart/form-data"> @csrf @method("put")
{{ $location->country . (!empty($location->governorate) ? " - " . $location->governorate : null) . (!empty($location->locality) ? " - " . $location->locality : null) . (!empty($location->sub_locality) ? " - " . $location->sub_locality : null) . (!empty($location->neighborhood) ? " - " . $location->neighborhood : null) }}
0 ? inputValue("price",$location) : null}}">
@error("price")
{{$message}}
@enderror
@endsection @section("scripts") @endsection