{!! Form::label('nombre', 'Nombre:') !!}

{!! $sala->nombre !!}

{!! Form::label('descripcion', 'Descripcion:') !!}

{!! $sala->descripcion !!}

{!! Form::label('status_general', 'Estatus General:') !!}

{!! $sala->status_general !!}

{!! Form::label('servicios_id', 'Servicios:') !!} @if(!empty($sala->servicios_nombre)) @else N/A @endif