@foreach($historicEmptiedScraps as $historicEmptiedScraps) @endforeach
Folio Fecha de vaciado Usuario Action
{{ $historicEmptiedScraps->id }} {{ $historicEmptiedScraps->date_emty->format('d-m-Y'); }} {{ $historicEmptiedScraps->user->name . $historicEmptiedScraps->user->last_name }} {!! Form::open(['route' => ['historicEmptiedScraps.destroy', $historicEmptiedScraps->id], 'method' => 'delete']) !!}
{{-- {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!} --}}
{!! Form::close() !!}