@section('title') Create Support Ticket @endsection @section('breadcrumbs') {{ Breadcrumbs::render('tickets.create') }} @endsection {{-- Content --}}
{{-- Info Alert --}}
Need Help?
Describe your issue in detail below and our support team will get back to you as soon as possible.
{{-- Main Form --}}

Ticket Details Fill in the information below

@csrf {{-- Subject --}}
@error('subject')
{{ $message }}
@enderror
{{-- Category & Priority --}}
@error('category')
{{ $message }}
@enderror
@error('priority')
{{ $message }}
@enderror
{{-- Message --}}
@error('message')
{{ $message }}
@enderror
Please provide as much detail as possible to help us resolve your issue quickly.
{{-- Action Buttons --}}
Cancel
{{-- Sidebar --}}
{{-- Quick Tips Card --}}

Quick Tips

Be specific about your issue
Include error messages if any
Mention steps to reproduce
Choose the right priority level
{{-- Response Time Card --}}

Response Time

High Within 2-4 hours
Medium Within 8-12 hours
Low Within 24-48 hours
@push('scripts') @endpush