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

{{__('Car Rims')}}

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

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

{{__('Create')}}

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