@extends('layout') @section('css') @stop @section('content') Frequently asked questions Frequent questions {{$ui->s5_title}} {{$ui->s5_body}} @foreach($faq as $vfaq) {{$vfaq->question}} {!! $vfaq->answer!!} @endforeach @stop
{{$ui->s5_body}}