@extends('layouts.app') @section('wrapper')
{{__('Create Support Ticket')}}
@csrf
{{__('Remaining characters')}}: 5000
{{__('Max file size: 10MB')}} | {{__('Allowed formats: JPG, PNG, PDF, DOC, TXT')}}
{{__('Cancel')}}
{{__('Tips for Better Support')}}
  • {{__('Choose the correct category for faster response')}}
  • {{__('Provide detailed description of your issue')}}
  • {{__('Include screenshots or relevant files if applicable')}}
  • {{__('Set appropriate priority level')}}
@endsection