@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.") }}
{!! __('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.') }}
{{ __('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 first successful deposit for referral signup.') }}
{{ __('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 first successful deposit if joined via referral.') }}
{{ __('User will receive the amount once first deposit completed.') }}
{{ __('Specify the commission amount to referer.') }}
@csrf
@endsection