@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Room Type') }} | {{ __('Room Class') }} | {{ __('Quantity') }} |
---|---|---|
{{ __($room->capacity) }} | {{ __($room->category->type[0]) }} | {{ $room->quantity }} |