@extends('frontend_eng.layouts.app') @section('title', 'FAQ') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@forelse ($faqs as $faq)
{!!$faq->answer!!}
@empty
No FAQ is available at the moment
@endforelse
@endsection