@extends('layouts.main') @section('content') @push('head') Page title | Site title @endpush
@if($errors->any())
@endif @if (session('status'))
{{ session('status') }}
@endif @if (session('error_m'))
{{ session('error_m') }}
@endif

Matching PV Bonus (MLM Incentives and Awards)

All information about various Matching PV Bonuses
@forelse($matchingPVBonuses as $key => $bonus) @empty @endforelse
# Name Required PV Bonus Amount Type Matching Frequency When Status Actions
{{ $key+1 }} {{ __($bonus->name) }} {{ $bonus->pv_req }} {{ getAmount($bonus->pv_price) }} {{$general->currency_code??'FCFA'}} {{ $bonus->type }} {{ $bonus->matching_bonus_time??'WHEN QUALIFIED' }} {{ getMatchingWhenText($bonus->matching_bonus_time, $bonus->matching_when) }} @if($bonus->status == 1) Active @else Inactive @endif
No Matching PV Bonus found
{{-- modals --}} {{-- end modals --}} @push('script') @endpush @endsection'