@extends('backend.layouts.app') @section('content')

{{translate('Seller Commission Activatation')}}

{{translate('Category Based Commission')}}

{{translate('Seller Commission')}}
@csrf
%
{{translate('Note')}}
  • 1. {{ get_setting('vendor_commission') }} % {{translate('of seller product price will be deducted from seller earnings') }}.
  • 2. {{translate('If Category Based Commission is enbaled, Set seller commission percentage 0.') }} .
{{translate('Withdraw Seller Amount')}}
@csrf
@endsection @section('script') @endsection