partial blade styling..

This commit is contained in:
Cüneyt Şentürk
2021-01-19 15:56:22 +03:00
parent aa6fa518ac
commit 4c0237980c
16 changed files with 61 additions and 24 deletions

View File

@@ -26,6 +26,8 @@
@stack('stylesheet')
@livewireStyles
<script type="text/javascript"><!--
var url = '{{ url("/") }}';
//--></script>
@@ -35,7 +37,7 @@
<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>