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

Edit Delivery Price

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

Edit Delivery Price

id) }}" enctype="multipart/form-data"> @csrf @method("put")
0 ? inputValue("from_km",$Delivery) : null}}">
@error("price")
{{$message}}
@enderror
0 ? inputValue("to_km",$Delivery) : null}}">
@error("price")
{{$message}}
@enderror
0 ? inputValue("price",$Delivery) : null}}">
@error("price")
{{$message}}
@enderror
@endsection @section("scripts") @endsection