@extends('admin.layouts.app') @section('title') @lang('Referral Commission') @endsection @section('content')
@csrf
@lang('Funding Bonus')
@forelse($referrals->where('commission_type','deposit') as $item) @empty @endforelse
@lang('Level') @lang('Bonus')
@lang('LEVEL')# {{ $item->level }} {{ $item->percent }} %
@lang('No Data Found')
@csrf
@endsection @push('js') @if ($errors->any()) @php $collection = collect($errors->all()); $errors = $collection->unique(); @endphp @endif @endpush