@extends('layouts.app-sidebar') @section('content')

Submit Ticket

Report a bug or share a suggestion

@if($errors->any())
@endif
@csrf
@if($tenants->count() > 0)
@endif

For bugs: Include steps to reproduce, expected behavior, and what actually happened.

Cancel
@if(config('services.recaptcha.site_key'))

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

@endif
@if(config('services.recaptcha.site_key')) @endif @endsection