@extends('layout.main') @section('title') Room @endsection @section('content')
{{ view('room/list',['roomlist'=>$roomlist]) }}
@endsection