¿Desea registrar esta información en el sistema?
@extends('layout.main') @section('content')
¿Desea registrar esta información en el sistema?
Numero | Tipo | Precio S/ | Estado | Acciones |
---|---|---|---|---|
{{ $habitacion->numero }} |
{{ $habitacion->tipo_habitacion->nombre }} | {{ $habitacion->precio }} |
@if ($habitacion->situacion == "DISPONIBLE")
{{ $habitacion->situacion }}
@elseif ($habitacion->situacion == "OCUPADO")
{{ $habitacion->situacion }}
@elseif ($habitacion->situacion == "MANTENIMIENTO")
{{ $habitacion->situacion }}
@endif
|