@if($tixstockLog->count() > 0) @php $count=1; @endphp @foreach($tixstockLog as $log)
Type : {{$log->type}} | Source : {{$log->source->name}}
Created Date : {{$log->created_at}}
Request Header
Url :
Content Type : Application/json
Token : {{ $log->source->token }}
Request Body
Request Response
@php $count++; @endphp @endforeach @endif