@component('layouts.app', [ 'title' => 'File a Grievance', 'metaDescription' => 'Submit a grievance to Fintech — get a reference number, expected resolution timeline, and a named officer handling your case.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Support', 'title' => 'File a Grievance', 'subtitle' => 'Tell us what went wrong and we\'ll route it to the right team. Every submission gets a reference number you can use to follow up.', ])
@if ($errors->any())
Please correct the highlighted fields and submit your grievance again.
@endif

For suspected fraud or unauthorized transactions, don't use this form — call our 24/7 fraud helpline. {{-- 1800-419-0000 immediately. --}}

Grievance Details

@csrf
@error('name')

{{ $message }}

@enderror
{{--
@error('account_id')

{{ $message }}

@enderror
--}}
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('relationship')

{{ $message }}

@enderror
@error('relationship_other')

{{ $message }}

@enderror
@error('category')

{{ $message }}

@enderror
@error('category_other')

{{ $message }}

@enderror
@error('incident_date')

{{ $message }}

@enderror
@error('subject')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
Priority

@error('attachment')

{{ $message }}

@enderror
@error('declaration')

{{ $message }}

@enderror

Grievance Officer

Roshani Chhetri

Acknowledged within 24 hours, resolved within 15 working days.

Resolution Timeline

  • Urgent2 business days
  • High5 business days
  • Normal10 business days
  • Low15 business days
@if (session('grievance-status')) @endif @endcomponent