@extends('frontend.layouts.app') @section('title', $data['faqs']->title) @php $url = URL::current(); @endphp @push('head-area') @endpush @if (trim($data['faqs']->meta_description) != null && $data['faqs']->meta_description != 'NULL') @section('meta_description', $data['faqs']->meta_description) {{-- @section('meta_keywords', $data['product']->meta_keywords) --}} @endif @push('schema') @component('frontend.layouts.schema') {{-- --}} @endcomponent @endpush @section('content') Home / Faq’s Frequently Asked Questions @foreach ($data['faqs'] as $key => $faq) {{ $faq->question }} {!! $faq->answer !!} @endforeach Join our newsletter and get 30% discount for your next order. Subscribe @endsection