@extends('front.layout.master') @section('title', "FAQ's | ") @section('body')

{{ __('staticwords.AllFAQs') }}

{{ __('Find answers to the most common questions about our service.') }}

@foreach($faqs as $key => $faq)
{!! $faq->ans !!}
@endforeach
{{-- Still need help? --}}

{{ __('Still have questions?') }}

{{ __("Can't find the answer you're looking for? We're here to help.") }}

{{ __('Contact us') }}
@endsection @section('script') @endsection