@extends('layouts.admin') @section('title', __('Affiliation')) @section('page-title', __('Affiliation')) @section('content')
@csrf
{{ __('Enable Affiliate Programme') }}
{{ __('Enable referral tracking and commission creation.') }}
{{ __('Used when commission type is percent (can be overridden per affiliate).') }}
{{ __('Used when commission type is fixed.') }}
{{ __('Save Settings') }}
@endsection