@php $page = 'invests' @endphp @extends('includes.layout') @section('content')

Get started with your investment.

Balance

${{ number_format($user->balance, 2) }}

Deposit
@csrf

Select Your Preffered Plan *

@forelse ($plans as $item) @empty

No Plan Found

@endforelse
@endsection @push('scripts') @endpush