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

{{ $propina->id }}

{!! Form::label('cita_id', 'Cita Id:') !!}

{{ $propina->cita_id }}

{!! Form::label('empleado_id', 'Empleado Id:') !!}

{{ $propina->empleado_id }}

{!! Form::label('cantidad', 'Cantidad:') !!}

{{ $propina->cantidad }}

{!! Form::label('tipo', 'Tipo:') !!}

{{ $propina->tipo }}

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

{{ $propina->created_at }}

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

{{ $propina->updated_at }}

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

{{ $propina->deleted_at }}