@if (count($faq)>0)

{{ __('FAQ') }}

@foreach ($faq as $key => $process)
{{ $process->title }}

{{ $process->description }}

@endforeach
@endif