fix redirect back umkm

This commit is contained in:
arifal
2025-03-13 15:39:32 +07:00
parent 0116147e06
commit 0258ca9f04
7 changed files with 42 additions and 44 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">