@extends('layouts.frontend.master') @section('content') Utama Kontak FAQ {{ settings()->get('setting.contact.faq.title') }} {{ settings()->get('setting.contact.faq.sub_title') }} @if ($faqs->count()) @foreach ($faqs as $v) @if ($v->type == 2) @endif @if ($v->type == 2) @else @endif {{ $v->nama }} {{ $v->jawaban }} @if ($v->type == 2) @endif @endforeach @endif @endsection
{{ settings()->get('setting.contact.faq.sub_title') }}
{{ $v->jawaban }}