{{-- HEADER --}}
EMI CREDITS

Create Support Ticket

Tell us what you need help with. Our support team will review your request.

@if($errors->any())
Please correct the highlighted fields and try again.
@endif
@csrf {{-- SUBJECT --}}
@error('subject')
{{ $message }}
@enderror
{{-- MESSAGE --}}
@error('message')
{{ $message }}
@enderror
Please provide enough details so our support team can understand and resolve your issue faster.
Cancel
{{-- EXISTING CLIENT BOTTOM NAV --}} @include('client.partials.bottom-nav')