@extends('adminsection.layouts.master') @section('title') {{$hotel->name}} || @parent @stop @section('css') @parent @stop @section('page-title') Room List of {{$hotel->name}} @stop @section('page-header-actions') Add Rooms @stop @section('main-content')
Bed: {{$room->bed}}
Price: BDT {{$room->net_total}}
@if($room->is_discount == 1)
(On Sale)
@endif
Max. Adult: {{$room->maximum_adults}}, Max. Kids: {{$room->maximum_kids}}
View Edit Delete Inventory Add Discount