This commit is contained in:
2025-08-20 16:42:17 +05:45
parent 55c420e32f
commit 6fd5d31018
16 changed files with 55 additions and 14 deletions

View File

@@ -96,7 +96,7 @@
<div class="row">
<div class="col col-md-2">
<div class="sm:w-50percent w-full h-70">
<img class="w-full h-full" src="{{ $item->institution?->image }}"
<img class="w-full h-full object-contain" src="{{ $item->institution?->image }}"
alt="">
</div>
</div>