@extends('admin.layouts.app') @section('panel')
@can('admin.setting.system.configuration') @lang('You may ENABLE / DISABLE the referral system from the') @lang('System Configuration') @endcan
@if ($levels->count())
@lang('Update Referral Level Setting')
@endif
@csrf
@lang('Times')
count()) value="{{ $levels->count() }}" @endif placeholder="@lang('Number of Level')" class="form-control">
@foreach ($levels as $level)
@lang('LEVEL') {{ $level->level }} %
@endforeach
@can('admin.referral.setting.save') @endcan
@endsection @push('script') @endpush