@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.priority.title_singular') }}
@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif

{{ trans('cruds.priority.fields.name_helper') }}

@if($errors->has('color')) {{ $errors->first('color') }} @endif

{{ trans('cruds.priority.fields.color_helper') }}

@endsection @section('styles') @endsection @section('scripts') @endsection