¿Está seguro que quiere eliminar este registro del sistema?
@extends('layout.main') @section('content')
N° | Numero | Tipo | Precio S/ | Estado | Acciones | |
---|---|---|---|---|---|---|
{{ $i }} | {{ $habitacion->numero }} |
{{ $habitacion->tipo_habitacion->nombre }} | {{ $habitacion->precio }} | {{ $habitacion->situacion }} | {{--@if($habitacion->situacion == "DISPONIBLE")
{{ $habitacion->situacion }}
@elseif ($habitacion->situacion == "MANTENIMIENTO")
{{ $habitacion->situacion }}
@elseif ($habitacion->situacion == "OCUPADO")
{{ $habitacion->situacion }}
@endif
| --}}
Editar
@if($habitacion->situacion == "DISPONIBLE")
@endif
|
@include('layout.includes.pagination') |
¿Está seguro que quiere eliminar este registro del sistema?