diff --git a/public/assets/css/style.bundle.css b/public/assets/css/style.bundle.css index f94d252..ca74b89 100644 --- a/public/assets/css/style.bundle.css +++ b/public/assets/css/style.bundle.css @@ -57994,4 +57994,15 @@ label.error { } #kt_profile_details_view svg.svg-inline--fa.fa-download:hover { color: #c18948; -} \ No newline at end of file +} + +.modal .btn.btn-icon .svg-icon:hover { + color: #fff; + background-color: #c18948; + width: 40px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 5px; +} diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 7cedb93..658bd13 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1282,7 +1282,7 @@ nav { color: #000; } .chat-box .chat-msgs .card-body { - height: 66%; + height: 85%; overflow-y: scroll; overflow-x: hidden; } @@ -1477,4 +1477,15 @@ label.error { color: #8b8989; font-weight: 500; line-height: 1; +} + +.modal .btn.btn-icon .svg-icon:hover { + color: #fff; + background-color: #c18948; + width: 40px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 5px; } \ No newline at end of file diff --git a/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php b/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php index 1240390..6d24fc5 100644 --- a/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php +++ b/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php @@ -109,7 +109,7 @@ // $(this).removeClass('active'); // }) } - }, 4000); + }, 4000);. setInterval(function() { userList(); diff --git a/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php b/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php index 725fd44..5ef9b43 100644 --- a/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php +++ b/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php @@ -249,7 +249,7 @@
- +
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 a6ae233..bdfe8b3 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 @@ -349,7 +349,7 @@ name="view_class_of_units" value="" id="view_class_of_units">
- + {{-- --}}
diff --git a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php index 8f972c3..018d2de 100644 --- a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php +++ b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php @@ -180,7 +180,7 @@
- + {{-- --}}
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php index 7c445d3..58830eb 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php @@ -201,12 +201,13 @@

Website of the fund

{{-- {{ $longOnlyEquityFund->website_of_the_fund ?? '--' }} --}} - @if($longOnlyEquityFund->website_of_the_fund) - {{$longOnlyEquityFund->website_of_the_fund}} - @else - {{'--'}} + @if ($longOnlyEquityFund->website_of_the_fund) + {{ $longOnlyEquityFund->website_of_the_fund }} + @else + {{ '--' }} @endif - +
@@ -336,7 +337,7 @@

Rera Complied Property

{{ $longOnlyEquityFund->rera_complied_property ?? '--' }}
- +
@@ -367,7 +368,7 @@

Hurdle rate

- {{ $longOnlyEquityFund->hurdle_rate.' %' ?? '--' }} + {{ $longOnlyEquityFund->hurdle_rate . ' %' ?? '--' }}

Other expenses

diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/presentation-factsheet.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/presentation-factsheet.blade.php index 02b9a87..d142dc4 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/presentation-factsheet.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/presentation-factsheet.blade.php @@ -6,14 +6,15 @@
Presentation
-
{{ $productData == false ? 'PDF Not Available' : ($productData->presentation == null ? 'PDF Not Available':'PDF') }} + {{ $productData == false ? 'PDF Not Available' : ($productData->presentation == null ? 'PDF Not Available' : 'PDF') }}
Fact Sheet
- {{ $productData == false ? 'PDF Not Available' : ($productData->fact_sheet == null ? 'PDF Not Available':'PDF') }} + + {{ $productData == false ? 'PDF Not Available' : ($productData->fact_sheet == null ? 'PDF Not Available' : 'PDF') }}
@@ -33,4 +34,4 @@ }); }) -@endsection \ No newline at end of file +@endsection