@extends('web.layouts.container') @section('css') @endsection @section('content') {{__('main.home')}} {{__('faqs.head')}} {{__('faqs.head')}} {{__('faqs.head')}} {{__('faqs.head')}} @if(count($faqs)) @foreach($faqs as $faq) {{$faq->question}} {!! $faq->answer !!} @endforeach @endif @endsection @section('inner_js') @endsection