@extends('layouts.backend.app') @section('title', $offer->name) @push('css') @endpush @section('content')
@include('admin.offer.topbar')
Country Payout
@csrf
@foreach ($countryPayouts as $countrypayout) @endforeach
Country Payout Type Revenue Payout Action
{{ $countrypayout->country->code }} {{ $countrypayout->payout_type }} {{ $countrypayout->revenue }} {{ $countrypayout->payout }}
Custom Payout
@csrf
@foreach ($offer->customPayouts as $payout) @endforeach
Affiliate Revenue Payout Action
{{ $payout->affiliate->name }} {{ $payout->revenue }} {{ $payout->payout }}
@endsection @push('js') @endpush