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

{{ trans('lang.commission_rates') ?? 'Commission Rates' }}

@csrf @method('PUT')
@include('alerts.error_messages')
{{ trans('lang.commission_information') ?? 'Commission Information' }} @php $currentType = old('target_type', $commission->target_type ?? 'vendor'); @endphp
This page is for setting commission rates per target type. For a specific item, use that item's edit page.
This commission applies to all items under the selected target type.
is_active) ? 'checked' : '' }}>
@endsection @section('scripts') @endsection