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

{{ $tracerLog->id }}

{!! Form::label('id_caso', 'Id Caso:') !!}

{{ $tracerLog->id_caso }}

{!! Form::label('services', 'Services:') !!}

{{ $tracerLog->services }}

{!! Form::label('type', 'Type:') !!}

{{ $tracerLog->type }}

{!! Form::label('id_elemento', 'Id Elemento:') !!}

{{ $tracerLog->id_elemento }}

{!! Form::label('request', 'Request:') !!}

{{ $tracerLog->request }}

{!! Form::label('response', 'Response:') !!}

{{ $tracerLog->response }}

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

{{ $tracerLog->updated_at }}

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

{{ $tracerLog->created_at }}

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

{{ $tracerLog->deleted_at }}