@extends('layouts.default') @section('content')

About Us Section Management

Create About Us Section
{!! Form::open(array('about_us_section' => 'form', 'url' => 'about_us_section', 'files'=> true, 'class' => 'form-horizontal')) !!} @include('about_us_section._form')
{!! Form::close() !!}
@stop