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

{{__('Car Type')}}

{{__('Create New Car Type')}}

@endsection @section("content") @include("includes.dialog")

{{__('Create')}}

@csrf
@error("type_en")
{{$message}}
@enderror
@error("type_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection