@extends('partials.layouts.master') @section('title','Rooms | FabKin') @section('title-sub','Add Room') @section('pagetitle','') @section('content')
@if(session('success')) @endif @if(session('error')) @endif
All Rooms
@forelse($rooms as $room) @empty @endforelse
Name Actions
{{ $room->name }}
No rooms found. Add your first room using the button above.
@endsection