@if (!Permit::isPermit(str_replace('/create', '', Route::current()->uri()), 'create', true))
You are not allowed to access this section.
@else
@csrf

Add Item

{{__('Title')}}
{{__('Slug')}}
{{__('Description')}}
{{__('Category')}}
@php $categories=["Passive Safety","Active Safety","Driver Assistance","Security"]; @endphp
{{__('Importance To Underwriters')}}
@php $importance_to_underwriters=["Low","High","Medium","Very High"]; @endphp
{{__('Importance To Consumers')}}
@php $importance_to_consumers=["Low","High","Medium","Very High"]; @endphp
{{__('Status')}}
{{__('Sort #')}}
@endif