@extends('admin.layouts.master') @section('title', __('Referral Settings')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('Referral Settings') }}

{{ __('Manage your referral tracking and commissions.') }}

{{ __('Users able to invite people using their referral id.') }}
{{ __("Application only track referral id when it enable.") }}
{{ __('Show referred user list in referral page.') }}
{{ __('Additional option for referral table in referral page.') }}
{!! __('Display the title on invitation card block.') !!}
{{ __('Eg. Refer Us & Earn') }}
{!! __('Display shorten text on invitation card block.') !!}
{{ __('Eg. Use the below link to invite your friends.') }}
{!! __('Select the page you would like redirect from referral link.') !!}
{{ __('Referral Commission') }} - {{ __('Who Refer') }}
{{ __('Give direct commission if someone registered through referral.') }}
{{ __('The amount will be received once email verification completed.') }}
{{ base_currency() }}
{{ __('Specify the commission amount to referer.') }}
{{ __('Allow commission on successful deposit for referral signup.') }}
{{ __('How many times bonus will apply on deposit.') }}
{{ __('Allowed Bonus') }}
{{ __('Number') }}
{{ __('The amount will be received once first deposit completed.') }}
{{ __('Specify the commission amount to referer.') }}
{{ __('Commission for User') }} - {{ __('Who Joined') }}
{{ __('Give direct commission to user who registered via referral.') }}
{{ __('The amount will be received once user verified the email.') }}
{{ base_currency() }}
{{ __('Specify the commission amount for user.') }}
{{ __('Allow commission on successful deposit if joined via referral.') }}
{{ __('How many times bonus will apply on deposit if joined.') }}
{{ __('Allowed Bonus') }}
{{ __('Number') }}
{{ __('User will receive the amount once deposit completed.') }}
{{ __('Specify the commission amount to referer.') }}
@csrf
@if(view()->exists("MultiReferral::settings")) @include("MultiReferral::settings") @endif
@endsection