@extends('backend.hostel.template') @push('title') Available Rooms @endpush @section('content-wrapper') @livewire('hostel.room-availability') @endsection