@extends('app') @section('content')

Add Your Fucking Category

BACK
{!! Form::open(['route' => 'settings.category.post']) !!} @include('lms/settings/category/_form', ['submitButtonText' => 'Add Category', 'categoryLabel' => 'Add new Category.']) {!! Form::close() !!}
@stop