added panjar

This commit is contained in:
Hafifie PKB
2024-11-04 19:08:52 +08:00
parent f3020b33c5
commit b507b76673
2 changed files with 20 additions and 227 deletions
+5 -2
View File
@@ -20,10 +20,13 @@
<div class="card-body text-center">
@if(Session::has('messageinformation'))
@php
$session = Session::get("messageinformation");
@endphp
<script> Swal.fire({
icon: 'info',
icon: '{!! $session["status"] !!}',
title: 'Status!',
text: '{!! Session::get("messageinformation") !!}'
text: '{!! $session["message"] !!}'
});
</script>
@endif