{{ __('Join :name affiliate program and grow', ['name' => mb_ucfirst(config('app.name'))]) }}
{{ __('Refer new customers to :app_name and receive :commission% of their purchases', ['app_name' => config('app.name'), 'commission' => config('affiliate.commission', 0)]) }}
{{ __('Become affiliate') }}
