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

Edit Your Fucking Category

BACK
{!! Form::model($category, ['method' => 'PATCH', 'route' => ['settings.category.update', $category->id]]) !!} @include('lms/settings/category/_form', ['submitButtonText' => 'Edit Category', 'categoryLabel' => 'Edit Category.']) {!! Form::close() !!}
@stop