@extends('layouts_frontend.master') @section('title','About Us') @section('content') @foreach ($about_us as $key=>$about) @if($key == 0) About Us @endif {{$about->title}} {!! $about->description !!} @endforeach @endsection @section('extra-script') @endsection
{!! $about->description !!}