@php $layout = Auth::check() ? 'app-layout' : 'guest-layout'; @endphp {{ __('Report an error') }}
{{-- Left sidebar with static content --}}
@livewire('side-post', [ 'type' => 'SiteContents\Static\ReportError' ?? null, 'sticky' => true, 'fallbackTitle' => __('Found a bug or technical issue?'), 'fallbackDescription' => __('Let us know about any errors or website issues. Thank you for your feedback!') ])
{{-- Right side with contact form --}}
@livewire('contact-form', ['context' => 'report-error'])