@extends('layouts.app') @section('title', 'Room / Ward') @section('pages')
@include('layouts.partials.nav-menu')
@if (in_array('room-create', $authRolePermissions)) @endif
@include('rooms.table')
@endsection