Add solutions image upload field and update settings: introduce a file upload component for solutions images in ManageSolutions, add solutions_image property to SolutionSettings, and update related database migrations and views to support dynamic image display.
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
</div>
|
||||
<div class="col-xl-7 col-lg-6">
|
||||
<div class="services__four-image wow img_top_animation">
|
||||
<img src="/web/assets/img/page/services.jpg" alt="image">
|
||||
<img src="/storage/{{ $solutionSettings->solutions_image }}" alt="image">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user