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

{{__("Services")}}

{{__("Create Services")}}

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

{{__("Create New Service")}}

$subCategory->mainCategory->id, "sub_id" => $subCategory->id])}}" enctype="multipart/form-data"> @csrf
@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")}}
@error("big_car_price_from")
{{$message}}
@enderror @error("big_car_price_to")
{{$message}}
@enderror
{{__("small-car")}}
@error("small_car_price_from")
{{$message}}
@enderror @error("small_car_price_to")
{{$message}}
@enderror
{{__("bus")}}
@error("bus_price_from")
{{$message}}
@enderror @error("bus_price_to")
{{$message}}
@enderror
@endsection @section("scripts") @include("admin.service.templates") @endsection