{{-- Header --}}

{{ __('Open a Ticket') }}

{{ __('Tell us what you need help with. The more detail you share, the faster we can help.') }}

{{-- Form --}}
@csrf

{{ __('Ticket Details') }}

@error('subject')

{{ $message }}

@enderror
@error('body')

{{ $message }}

@enderror
{{ __('Cancel') }}
{{-- Tips sidebar --}}

{{ __('Tips for a faster reply') }}

    @foreach([ __('Be specific about what went wrong'), __('Include steps to reproduce the issue'), __('Select the correct category'), __('One issue per ticket'), ] as $tip)
  • {{ $tip }}
  • @endforeach

{{ __('Response time') }}

{{ __('We typically reply within one business day.') }}