diff --git a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/alternative_investment_fund.blade.php b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/alternative_investment_fund.blade.php index 1aec578..f5241f7 100644 --- a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/alternative_investment_fund.blade.php +++ b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/alternative_investment_fund.blade.php @@ -42,6 +42,7 @@ data-no_of_units_redeemed="{{ $data->no_of_units_redeemed }}" data-current_valuation="{{ $data->current_valuation }}" data-current_nav="{{ $data->current_nav }}" + data-class_of_units="{{ $user->class_of_units }}" data-no_of_units_held="{{ $data->no_of_units_held }}"> @@ -60,6 +61,7 @@ data-net_income="{{ $data->getRawOriginal('net_income') }}" data-no_of_units_alloted="{{ $data->no_of_units_alloted }}" data-no_of_units_redeemed="{{ $data->no_of_units_redeemed }}" + {{-- data-class_of_units="{{ $data->class_of_units }}" --}} data-current_valuation="{{ $data->getRawOriginal('current_valuation') }}" data-current_nav="{{ $data->getRawOriginal('current_nav') }}" data-statement_reports="{{ json_encode($data->statement_reports) }}" @@ -209,6 +211,11 @@ + {{--
+ + +
--}}
@@ -335,6 +342,11 @@
+
+ + +