@extends('front.layout.master') @section('title', __('staticwords.HelpdeskandSupport') . ' | ') @section('head-script') @endsection @section('body')
@auth @endauth

{{ __('staticwords.HelpdeskandSupport') }}

{{ __('Submit a support ticket and our team will get back to you shortly.') }}

@csrf
@error('issue_title')

{{ $message }}

@enderror
@error('image')

{{ $message }}

@enderror
@error('issue')

{{ $message }}

@enderror
@auth {{ __('View my tickets') }} → @endauth
@endsection @section('script') @endsection