@extends('layouts.new-user') @section('content')

Current Balance : {{ Auth::user()->amount }} - {{ $basic->currency }}


 {{ $basic->currency }}

{{ $plan->name }}

{{ $plan->minimum }} {{ $basic->currency }} - {{ $plan->maximum }} {{ $basic->currency }}

  • Commission - {{ $plan->percent }}
  • Time - {{ $plan->time }} times
  • Compound - {{ $plan->compound->name }}
@endsection @section('scripts') @endsection