@extends('newfrontend.includes.template') @section('title') Plans @endsection @section('css') @endsection @section('content')

All Plans

Investment Plans

To make a solid investment, you have to know where you are investing. Find a plan which is best for you.

@foreach($plans as $plan)

{{$plan->name}}

Criteria For Join This Plan:

Personal Investment Raised To : $ {{$plan->personel_investment_limit}}

Or

Structural Investment Raised: $ {{$plan->structural_investment_limit}}

${{$plan->price}}+

At least weekly return $ {{$plan->expected_return}}

Referral Bonuses

Profit Bonus

First Line:

{{$plan->profit_bonus[0]->first_pline}}%

Second Line:

{{$plan->profit_bonus[0]->second_pline}}%

Third Line:

{{$plan->profit_bonus[0]->third_pline}}%

Fourth Line:

{{$plan->profit_bonus[0]->fifth_pline}}%

Fifth Line:

{{$plan->profit_bonus[0]->fifth_pline}}%

Investment Bonus

First Line:

{{$plan->investment_bonus[0]->first_line}}%

Second Line:

{{$plan->investment_bonus[0]->second_line}}%

Third Line:

{{$plan->investment_bonus[0]->third_line}}%

Fourth Line:

{{$plan->investment_bonus[0]->fourth_line}}%

Fifth Line:

{{$plan->investment_bonus[0]->fifth_line}}%
@endforeach
@endsection