@foreach($bitacoras as $bitacora) @endforeach
Comentario User Id Devices Id Calibration Day Action
{{ $bitacora->comentario }} {{ $bitacora->user_id }} {{ $bitacora->devices_id }} {{ $bitacora->calibration_day }} {!! Form::open(['route' => ['bitacoras.destroy', $bitacora->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}