Merge remote-tracking branch 'origin/feature/senior-officer' into surveyor

This commit is contained in:
majid
2025-02-06 14:53:05 +07:00
79 changed files with 4078 additions and 1450 deletions

View File

@@ -58,7 +58,16 @@
page-break-inside: avoid;
}
width: 48%;
margin-right: 2%;
float: left;
padding: 5px;
box-sizing: border-box;
page-break-inside: avoid;
}
.photo-item img {
max-width: 100%;
max-width: 100%;
height: auto;
object-fit: contain;
@@ -107,6 +116,9 @@
@php
$imagePath = storage_path('app/public/' . $item['path']);
@endphp
@if ($counter % 2 == 0)
<div class="photo-row clearfix">
@endif
<div class="photo-item border">
<h4 class="text-gray-600 font-semibold text-sm">{{ $item['name'] }}</h4>
@if ($statusLpj || file_exists($imagePath))