@extends('user.layouts.master') @section('user_content')
Available Amount: {{$data['sum_deposit'] ? number_format((float)$data['sum_deposit'], 2, '.', ''). ' $' : '00.00 $'}}

Simple Earn

Flexible Savings


@if(Session::has('package_purchase')) @elseif(Session::has('purchase_error')) @endif

Simple Earn

@csrf
Avl. Balance ($)
Enter Amount ($)
Duration
APY Value ($)
Total Staking Value ($)
Your Daily Bonus ($)
@if(Auth::user()->status == 0) @else @endif
Having a coupon? Click here
@push('scripts') @endpush @endsection