@extends('layouts.support') @section('content')

Create Support Ticket

Get help from our support team. Fill in the details below.

@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • error {{ $error }}
  • @endforeach
@endif
@csrf
support_agent

Ticket Information

Submit your support request

@error('subject') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('module') {{ $message }} @enderror
cloud_upload

Upload Attachments

Click to upload or drag and drop

Max 2MB per file • JPG, PNG, GIF, PDF, DOC, DOCX, XLS, TXT

@error('attachments') {{ $message }} @enderror
Cancel
business

Loading...

📧 Loading...

📞 Loading...

📍 Loading...

Plan

N/A

Expiry

N/A

lightbulb

Tips

For faster support

check_circle

Add detailed information about your issue

check_circle

Upload screenshots or documents if possible

check_circle

Select related modules for quicker resolution

@endsection