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