@extends('adminlte::page') @section('title', 'Rooms List') @section('content_header')
ID | Room Name | Property | Type | Price | Image | Actions | |
---|---|---|---|---|---|---|---|
{{ $room->id }} | {{ $room->room_name }} | {{ $room->property_name }} | {{ $room->type_bed }} | {{ $room->price }} |
@if ($room->image_link)
No Thumbnail Available
@endif
|
Edit Upload Image |