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