detail + button aduan

This commit is contained in:
rahmagustin 2026-01-22 22:34:41 +07:00
parent c106c2b731
commit 8b2047f41d
2 changed files with 13 additions and 2 deletions

View File

@ -1059,7 +1059,7 @@ .featured-services .service-item {
--------------------------------------------------------------*/
.about .about-img {
position: relative;
margin: 60px 0 0 60px;
margin: 60px 0 0 0;
}
/* .about .about-img:before {
@ -1078,7 +1078,7 @@ .about .about-img img {
@media (max-width: 575px) {
.about .about-img {
margin: 30px 0 0 30px;
margin: 30px 0 0 0;
}
/* .about .about-img:before {

View File

@ -85,6 +85,17 @@ class="img-fluid" alt="">
</tr>
</tbody>
</table>
<div class="d-flex justify-content-between align-items-center mt-4">
<small class="text-muted">
Laporkan jika TPS bermasalah atau penuh
</small>
<a href="{{ route('user.aduan-tps', $tps->id) }}"
class="btn btn-danger btn-sm d-flex align-items-center">
Adukan TPS
</a>
</div>
</div>
</div><!-- End Tab 1 Content -->