@extends('layouts.app') @section('title','Investment Plans') @push('styles') @endpush @section('content')
# | Name | Range | Daily % | Term | Compounding | Actions |
---|---|---|---|---|---|---|
{{ $i+1 }} | {{ $p->name }} | {{ $p->min_amount }} - {{ $p->max_amount }} USDT | {{ $p->daily_rate }} | {{ $p->term_days }} days | @if($p->compounding) Yes @else No @endif | Edit |
No plans yet. |