@extends('layouts.master-vnext') @section('page-title') Create room @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Base\RoomController@store'))) }} @include('base.room.form') {{ Form::customSubmit('Create new room') }} {{ Form::close() }} @endsection