@extends('layouts.user') @section('style') @endsection @section('content')
{{ $page_title }}

{{ $plan->name }}

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

  • Commission - {{ $plan->percent }}
  • Time - {{ $plan->time }} times
  • Compound - {{ $plan->compound->name }}
{{ $page_title }}

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


 {{ $basic->currency }}

@if($hit == 0)
@else
Amount Is Larger than Your Current Amount.
@endif
@endsection @section('scripts') @endsection