@extends('layouts.rooms') @section('content')
| id | name | rack rate | property | type | formula | actions |
|---|---|---|---|---|---|---|
| {{$room->id}} | {{$room->name}} | {{$room->rack_rate}} | {{$room->property_id}} | {{$room->type}} | @if($parent = $room->parent()){{$parent->name}} {{$room->formula_type}} {{$room->formula_value}}@endif | {{link_to_action('RoomsController@getEdit','Edit',$room->id)}} | {{link_to_action('RoomsController@getDestroy','Delete',$room->id)}} |