@extends('admin.layouts.app') @section('panel')
@lang('Percent Service Charge')
@if (gs('percent_service_charge') == 0) @lang('Enable Now') @else @lang('Disable Now') @endif
    @foreach ($charges as $charge)
  • @lang('Level') {{ $charge->level }} @lang('Total service fee is ') {{ $charge->percent }}% @lang('for earnings up to') {{ showAmount($charge->amount) }}
  • @endforeach
@lang('Update Setting')
@lang('Please enter a number')
@csrf
@lang('The old setting will be removed after generating new')
@lang('Note: Each row displays the earnings amount below, along with its percentage.')
@endsection @push('style') @endpush @push('script') @endpush