@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Services")}}

{{__("Create Services")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Edit Service")}}

$service->subCategory->mainCategory->id, "sub_id" => $service->subCategory->id, "id" => $service->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("name_ur")
{{$message}}
@enderror
@error("pick_up_city")
{{$message}}
@enderror
@error("drop_off_city")
{{$message}}
@enderror
{{__("big-car")}}
first()->price_from}}"> first()->price_to}}">
@error("big_car_price_from")
{{$message}}
@enderror @error("big_car_price_to")
{{$message}}
@enderror
{{__("small-car")}}
first()->price_from}}"> first()->price_to}}">
@error("small_car_price_from")
{{$message}}
@enderror @error("small_car_price_to")
{{$message}}
@enderror
{{__("bus")}}
first()->price_from}}"> first()->price_to}}">
@error("bus_price_from")
{{$message}}
@enderror @error("bus_price_to")
{{$message}}
@enderror
@endsection @section("scripts") @include("admin.service.templates") @endsection