@extends('../layout/home-layout') @section('title', 'Rooms') @section('home-content')
Add room
# Name Image Area Category Type Floor Action
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endsection