@extends('admin.layouts.master') @section('title','Affiliate Settings | ') @section('body') @component('components.box',['border' => 'with-border']) @slot('header')
{{ __("Affiliate Settings")}}
@endslot @slot('boxBody')
@csrf



{{ __("IF enabled then referal amount will credited to referal once their refered user purchase something.") }}
{{ __("Refer code character limit eg: if you put 4 then refer code will be AB51 and if you put 6 then it will be ABCD45") }}
{{ __("Per Refer amount in default currency") }}
{{ __("Some description of your affiliate system that how it gonna work?") }}
@endslot @endcomponent @endsection