Choose Plan

Choose a suitable plan for your trading

@foreach ($plans as $plan)

{{ $plan->name }}

${{ $plan->minimum }}

@if($deposit != null) @if ($deposit->plan->id == $plan->id) @else @endif @else @endif
@endforeach