All Rooms of : {{$property->title}}
List of all rooms
@if(session()->has('success'))
{{ session('success') }}
@endif
@if(session()->has('error'))
{{ session('error') }}
@endif
Properties
Create NewType | Price | Tax | Num of Rooms | Remaining Rooms | Created At | Action |
---|---|---|---|---|---|---|
{{$value->type}} | {{$value->price}} | {{$value->tax}} | {{$value->num_of_rooms}} | {{$value->remaining_rooms}} | {{date('M,d-Y h:i a',strtotime($value->created_at) )}} |