@extends('frontend::layouts.master') @section('content') @section('title', __('frontend.faq')) @include('frontend::components.section.breadcrumb')
@foreach($faqs as $key => $value)

{{ $value->answer }}
@endforeach
@endsection