@extends('layouts.backend.app') @section('title', 'Postback Received Report') @push('css') @endpush @section('content')
Performance Report
@foreach($postbackSendLogs as $postbacksend) @endforeach
ID Offer Affiliate Status Code Response Data Url Time
{{ $postbacksend->id }} ({{ $postbacksend->offer_id ?? 0 }}) - {{ $postbacksend->offer->name ?? '' }} ({{ $postbacksend->affiliate_id ?? 0 }}) - {{ $postbacksend->affiliate->name ?? '' }} {{ $postbacksend->status_code }} {{ $postbacksend->response }} {{ $postbacksend->send_url }} {{ $postbacksend->created_at->difFforHumans() }}
{{ $postbackSendLogs->withQueryString()->links() }}
@endsection @push('js') @endpush