@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Edit Category

@if (\Session::has('success'))
@endif @if (\Session::has('error'))
@endif

Edit Category

{{ Form::open(array('action'=>'CategoryController@postUpdateCategory','class'=>'form-horizontal','role'=>'form','id'=>'brand-form', 'files'=>true,'enctype' =>'multipart/form-data')) }}
{{Form::close()}}
@include('layouts.footer')