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

Blog category Management

Update Blog
@include('layouts.flash')
{!! Form::model($target, array('route' => array('blog_categories.update', $target->id), 'method' => 'PUT', 'class' => 'form-horizontal', 'id' => 'userId')) !!} @include('blog_categories.form')
{!! Form::close() !!}
@stop