@extends('admin.layouts.app') @section('panel')
@forelse ($authorLevels as $authorLevel) @empty @endforelse
@lang('Name') @lang('Minimum Earnings') @lang('Fee') @lang('Status') @lang('Action')
{{ __($authorLevel->name) }}
{{ __($authorLevel->name) }}
{{ showAmount($authorLevel->minimum_earning) }} {{ showAmount($authorLevel->fee, currencyFormat:false) }}% @php echo $authorLevel->statusBadge; @endphp
@if ($authorLevel->status) @else @endif
{{ __($emptyMessage) }}
@if ($authorLevels->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush