@extends('layouts.admin') @section('title', __('Add New Affiliate')) @section('page-title', __('Add New Affiliate')) @section('content')
@csrf
{{ __('If set, overrides the global percent commission setting.') }}
{{ __('Payout Details') }}
{{ __('Bank Transfer') }}
{{ __('PayPal') }}
{{ __('Payoneer') }}
{{ __('Back') }} {{ __('Save') }}
{{ __('Affiliate link will be:') }}
{{ url('/?ref=CODE') }}
@endsection