@extends('header.header') @section('content')
{{__('All Delivery Price')}}

Edit Delivery Price

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