@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.attribute.title_singular') }}
@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.attribute.fields.name_helper') }}
@if($errors->has('type')) {{ $errors->first('type') }} @endif {{ trans('cruds.attribute.fields.type_helper') }}
@if($errors->has('vehicle')) {{ $errors->first('vehicle') }} @endif {{ trans('cruds.attribute.fields.vehicle_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.attribute.fields.status_helper') }}
@endsection @section('scripts') @endsection