Installation issue solved..

This commit is contained in:
Cüneyt Şentürk
2019-11-22 15:16:11 +03:00
parent 1b0d680559
commit 9b86b70c91
6 changed files with 6 additions and 11 deletions

View File

@ -33,13 +33,13 @@
@stack('js')
<script>
<script type="text/javascript"><!--
window.Laravel = <?php echo json_encode([
'csrfToken' => csrf_token(),
]); ?>
var flash_notification = {!! (session()->has('flash_notification')) ? json_encode(session()->get('flash_notification')) : 'false' !!};
</script>
//--></script>
{{ session()->forget('flash_notification') }}
@stack('scripts')