@extends('admin.layouts.main') @section('title') Room View @endsection @section('content')

Room View

Room View

@if($room->image) @endif
Ttile{{ $room->title }}
Description
Price{{ $room->price }}
Image image
Feature {{ $room->feature }}
Adults {{ $room->adults }}
Child {{ $room->child }}
Created at{{ $room->created_at }}
@endsection