@extends('admin.layouts.layout') @section('content')

Active plan [{{$investment->plan}}]

@csrf





@csrf




Last roi increament: {{ \Carbon\Carbon::createFromTimestamp($investment->last_updated)->diffForHumans() }}

Next payment in : {{ \Carbon\Carbon::createFromTimestamp($investment->last_updated)->addDays(1)->diffForHumans() }}

End date: $finish

@csrf

No active plan

This user has not invested in any plan yet.

@endsection