@extends('layouts.main') @section('content')
@csrf
{{__('Open a new ticket')}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('category')) {{ $errors->first('ticketcategory') }} @endif
@if ($errors->has('category')) {{ $errors->first('ticketcategory') }} @endif
@if ($errors->has('priority')) {{ $errors->first('priority') }} @endif
@if (app(App\Settings\GeneralSettings::class)->recaptcha_enabled)
{!! htmlScriptTagJsApi() !!} {!! htmlFormSnippet() !!} @error('g-recaptcha-response') {{ $message }} @enderror
@endif
{{__('Ticket details')}}
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@endsection