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 @@
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 - +Rera Complied Property
{{ $longOnlyEquityFund->rera_complied_property ?? '--' }}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 @@