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