@extends('admin.layouts.main')
@section('title')
Room View
@endsection
@section('content')
Ttile | {{ $room->title }} |
---|
Description | |
Price | {{ $room->price }} |
@if($room->image)
---|
Image |
|
@endif
Feature |
{{ $room->feature }}
|
Adults |
{{ $room->adults }}
|
Child |
{{ $room->child }}
|
Created at | {{ $room->created_at }} |
@endsection