{{ __('home.tickets.new.title') }}

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('category')) {{ $errors->first('category') }} @endif
@if ($errors->has('priorities')) {{ $errors->first('priorities') }} @endif

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