@extends("layouts.admin.app") @section("page-nav-title")

{{__("Car Model")}}

{{__("create new Car Model")}}

@endsection @section("content")

{{__("Create New Car Model")}}

@csrf
@error("title_en")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection