@extends('backend.layouts.app') @section('content')
{{translate('Seller Commission')}}
@csrf @if (\App\Addon::where('unique_identifier', 'seller_subscription')->first() != null && \App\Addon::where('unique_identifier', 'seller_subscription')->first()->activated)
@endif
%
{{translate('Note')}}
  • 1. {{ get_setting('vendor_commission') }}% {{translate('of seller product price will be deducted from seller earnings') }}.
  • 2. {{translate('This commission only works when Category Based Commission is turned off from Business Settings') }}.
@endsection