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

User Invest Money Page

User Pertially Package Daily Profit

Total Tk : {{$total}} TK

@forelse($pro_per as $key=>$pr) @empty Sorry Holiday.. @endforelse
Serial Profit Percentage Profitted Ammount Withdraw Created At
{{$key+1}} {{$pr->profit_percentage}}% {{$pr->profitted_ammount}}$ {{$pr->created_at}}
@endsection