@extends('user.user_dashboard_link') @section('content')
@include('user.user_dashboard_sidebar')

User Invest Money Page: User's Balance @if($ms) [{{$ms->total}}] @else 0 @endif

Package

@csrf
{{-- --}}
{{-- invest_money_record --}}
@forelse($invest_money_record as $key=>$invest)
Invest Created At : {{$invest->created_at->format('d-m-Y')}}
Time Period : {{$invest->time_period}} Month
@if($invest->status == null) Not Running Yet @endif
@csrf {{--
--}}
@if($invest->req_for_withdraw == 'accepted')
@endif
@if($invest->req_for_withdraw == 'accepted')
@endif @if($invest_limit) @if($invest_limit->invest_limit<=$invest->Tk)
@else @endif @if($invest->withdraw == 1)
Check The Daily Profit @if($invest->req_for_withdraw == 'requested') You Have Requested For Withdraw Of This Package @elseif($invest->req_for_withdraw == 'accepted') Accepted This Package @else Request For Withdraw @endif
@elseif($invest->time_period && $invest->status == null) @elseif($invest->time_period && $invest->status == 1) Check The Daily Profit @else
@endif @endif
@empty
@endforelse
@endsection