@php $layout = Auth::check() ? 'app-layout' : 'guest-layout'; @endphp {{ __('Report an issue') }}
{{-- Left sidebar with static content --}}
@livewire('side-post', [ 'type' => 'SiteContents\Static\ReportIssue' ?? null, 'sticky' => true, 'fallbackTitle' => __('Notice something wrong?'), 'fallbackDescription' => __('Report misuse of our non-profit currency, inappropriate behavior, or website issues. We\'ll look into it! Your feedback is essential for improving our platform for all.') ])
{{-- Right side with contact form --}}
@livewire('contact-form', ['context' => 'report-issue'])