@extends('layout') @section('css') @stop @section('content') About us {{$set->site_name}} {!!$about->about!!} @if(count($review)>0) @foreach($review as $vreview) {{$vreview->review}} {{$vreview->name}} {{$vreview->occupation}} @endforeach @endif @stop
{!!$about->about!!}