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