@extends('layouts.backend.app') @section('title', 'Postback Received Report') @push('css') @endpush @section('content')
Performance Report
@foreach($postbackLogs as $postbackLog) @endforeach
ID Offer Affiliate Url Ip User Agent Status
{{ $postbackLog->id }} ({{ $postbackLog->offer_id }}) - {{ $postbackLog->offer->name ?? '' }} ({{ $postbackLog->affiliate_id }}) - {{ $postbackLog->affiliate->name ?? '' }} {{ $postbackLog->url }} {{ $postbackLog->ip }} {{ $postbackLog->user_agent }} {{ $postbackLog->status }}
{{ $postbackLogs->withQueryString()->links() }}
@endsection @push('js') @endpush