@extends('admin.layouts.app') @section('title', 'Rooms & Suites') @section('page_title', 'Rooms & Suites') @section('content')
Manage room types, pricing, capacity and gallery images.
| SL | Room Type | Pricing | Capacity | Gallery | Featured | Status | Order | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $roomTypes->firstItem() + $loop->index }} |
@if($roomType->featured_image)
{{ $roomType->name }}
@if($roomType->small_title)
{{ $roomType->small_title }}
@endif
{{ $roomType->slug }}
|
@if($roomType->has_discount)
৳{{ number_format((float) $roomType->discount_price, 2) }}
৳{{ number_format((float) $roomType->base_price, 2) }}
@else
৳{{ number_format((float) $roomType->base_price, 2) }}
@endif
Per night
|
{{ $roomType->maximum_guests }} Guests
{{ $roomType->maximum_adults }} Adults,
{{ $roomType->maximum_children }} Children
{{ $roomType->total_rooms }} room(s)
|
{{ $roomType->images_count }} | {{ $roomType->sort_order }} | |||