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

{{__("car-sizes")}}

{{__("all-car-sizes")}}

@endsection @section("content")

{{__("edit-car-size")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection