@extends('admin.layouts.master-soyuz') @section('title',__('Affiliate Setting')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('Affiliate Setting') }}
@csrf
{{ __("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?") }}



{{ __("IF enabled then referal amount will credited to referal once their refered user purchase something.") }}

@endsection