@extends('layouts.app') @section('title','Help Center') @section('header-left')

Help Center & FAQ

@endsection @section('content')
help

How can we help you?

Everything you need to know about Vicdan Exchange

@foreach($faqs as $i => $faq)
{{ $faq['a'] }}
@endforeach

Still have questions?

Start a support chat on any of your active orders.

chat_bubble Go to Dashboard
@endsection @push('scripts') @endpush