@extends('layouts.backend.app') @section('title', 'Postback Received Report') @push('css') @endpush @section('content')
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 }} |