@extends('backend.layouts.app') @section('title', 'Post') @section('content')
{{ Form::open(['route' =>'category.store','class'=>'form form-validate','role'=>'form', 'novalidate']) }} @include('backend.category.partials.form', ['header' => 'Create a Category']) {{ Form::close() }}
@stop