fix redirect back spatial plannings

This commit is contained in:
arifal
2025-03-13 15:48:53 +07:00
parent 0258ca9f04
commit e97b7eb70d
7 changed files with 34 additions and 70 deletions

View File

@@ -3,7 +3,7 @@
@section('content')
@include('layouts.partials/page-title', ['title' => $title, 'subtitle' => $subtitle]) <!-- Menggunakan title dan subtitle dari controller -->
<input type="hidden" id="menuId" value="{{ $menuId ?? 0 }}">
<div class="row d-flex justify-content-center">
@if (session('error'))
<div class="alert alert-danger">