@extends(template().'layout.master')
@section('content')
@php
$content = content('plan.content');
$plans = App\Models\Plan::where('status', 1)
->latest()
->get();
@endphp
{{ number_format($plan->return_interest, 2) }} @if ($plan->interest_status == 'percentage')
{{ '%' }}
@else
{{ @$general->site_currency }}
@endif
{{ __('Affiliate Bonus') }} {{$value}}
{{ $plan->plan_name }}
@if ($plan->amount_type == 0)
{{ __('Affiliate Bonus') }}
@if($plan->referrals)
@foreach ($plan->referrals->level as $key => $value)