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

{!! $asistencia->id !!}

{!! Form::label('user_id', 'User Id:') !!}

{!! $asistencia->user_id !!}

{!! Form::label('fecha', 'Fecha:') !!}

{!! $asistencia->fecha !!}

{!! Form::label('hora', 'Hora:') !!}

{!! $asistencia->hora !!}

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

{!! $asistencia->created_at !!}

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

{!! $asistencia->updated_at !!}

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

{!! $asistencia->deleted_at !!}