{!! Form::label('id', 'Id:') !!}

{!! $salaServicio->id !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $salaServicio->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $salaServicio->updated_at !!}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{!! $salaServicio->deleted_at !!}

{!! Form::label('sala_id', 'Sala Id:') !!}

{!! $salaServicio->sala_id !!}

{!! Form::label('servicio_id', 'Servicio Id:') !!}

{!! $salaServicio->servicio_id !!}