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

{!! $cita->id !!}

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

{!! $cita->nombre !!}

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

{!! $cita->created_at !!}

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

{!! $cita->updated_at !!}

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

{!! $cita->deleted_at !!}

{!! Form::label('cliente_id', 'Cliente Id:') !!}

{!! $cita->cliente_id !!}

{!! Form::label('servicios_id', 'Servicios Id:') !!}

{!! $cita->servicios_id !!}

{!! Form::label('fecha_hora', 'Fecha Hora:') !!}

{!! $cita->fecha_hora !!}

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

{!! $cita->sala_id !!}