@stack('page_style') @include("loader.loader")
@if (request()->is('report-confirm'))

{{ __('words.Report the problem') }}

{{ __('words.If you facing any kind of issue feel free we always ready to your help.') }}

@else

{{ __('words.Support History') }}

{{ __('words.If you facing any kind of issue feel free we always ready to your help.') }}

@endif
@yield('content') @php $errorMessage = __('words.Please check the form below for errors'); @endphp @stack('page_script')