{!! Form::label('date_emty', 'Fecha de vaciado:') !!}

{{ $historicEmptiedScraps->date_emty }}

{!! Form::label('user_id', 'Vaciado por:') !!}

{{ $historicEmptiedScraps->user->name.' '.$historicEmptiedScraps->user->last_name }}

@include('rejecteds.table')