@foreach($tracerLogs as $tracerLog) @endforeach
Id Caso Services Type Id Elemento Request Response Action
{{ $tracerLog->id_caso }} {{ $tracerLog->services }} {{ $tracerLog->type }} {{ $tracerLog->id_elemento }} {{ $tracerLog->request }} {{ $tracerLog->response }} {!! Form::open(['route' => ['tracerLogs.destroy', $tracerLog->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}