@extends('layouts.master-vnext') @section('page-title') Edit category - {{ $category->name }} @endsection @section('content') @include('common.errors') {{ Form::model($category, [ 'action' => ['Inventory\CategoryController@update', $division, $category->id]]) }} {{ method_field('PUT') }} @include('inventory.category.form')
{{ Form::close() }} @endsection