@extends('layout.app')
@section('scripts')
@endsection
@section('content')
{!! __('faq.title') !!}
- {!! __('faq.q1') !!}
- {!! __('faq.a1') !!}
- {!! __('faq.q2') !!}
- {!! __('faq.a2') !!}
- {!! __('faq.q3') !!}
- {!! __('faq.a3') !!}
- {!! __('faq.q4') !!}
- {!! __('faq.a4') !!}
- {!! __('faq.q5') !!}
- {!! __('faq.a5') !!}
@endsection