@extends('admin.layouts.app') @section('panel')
@can('admin.setting.system.configuration')
@lang('You may ENABLE or DISABLE the referral system from the') @lang('System Configuration')
@endcan
@csrf
@lang('Times')
@lang('The number of times referrers will get the referral commission from a referee.') @can('admin.referral.setting.count') @endcan
@if ($levels->count())
@lang('Update Referral Level Setting')
@endif
@csrf
@if ($levels->count()) @endif
@can('admin.referral.setting.save') @endcan
@if ($levels->count())
@foreach ($levels as $key => $p) @endforeach
@lang('Level') @lang('Commission')
@lang('LEVEL') {{ $p->level }} {{ $p->percent }} %
@endif
@endsection @push('script') @endpush