@extends('layouts.nova.content-layout') @section('page-content') @if ($success)
Your report was submitted successfully. Thank you — we'll look into it as soon as possible.
@endif
@guest

You need to be signed in to submit a bug report.

Sign In
@else

Found a bug or have a suggestion? Fill out the form below and our team will review it. For security issues, please contact us directly via email.

@csrf
@error('subject')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
@endguest
@endsection