@extends('layouts.master') @section('content')
Create Offer
{{csrf_field()}}

@isset($campaigns)

@endif

The offer URL where traffic will be directed to. The variables below can be used in offer URLs.

When building offer url, these values will populate automatically: AffiliateID: #affid# Username: #user# Click ID: #clickid# Offer ID: #offid#

When storing values Sub ID 1-5 on incoming clicks, these tags will populate the corresponding values. Sub ID 1: #sub1# Sub ID 2: #sub2# Sub ID 3: #sub3# Sub ID 4: #sub4# Sub ID 5: #sub5#

The Amount paid to affiliates per conversion

{{----}} Offer Cap

Account Roles @php $create->printRadios(); @endphp

@endsection @section('footer') @endsection