@extends('layouts.front.main') @section('page_title','About us') @section('breadcrumb_title') @stop @section('page_style') @stop @section('content')
{!! $about->content !!}
@stop @section('page_script') @stop