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

About Us Section Management

Update About Us Section
{!! Form::model($target, array('route' => array('about_us_section.update', $target->id), 'method' => 'PUT', 'files'=> true, 'class' => 'form-horizontal', 'id' => 'userId')) !!} @include('about_us_section._form')
{!! Form::close() !!}
@stop