uawdijnntqw1x1x1
IP : 52.14.201.216
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
public_html
/
80d3f
/
..
/
.
/
core
/
app
/
..
/
resources
/
views
/
partials
/
notify.blade.php
/
/
<link rel="stylesheet" href="{{ asset('assets/global/css/iziToast.min.css') }}"> <script src="{{ asset('assets/global/js/iziToast.min.js') }}"></script> @if(session()->has('notify')) @foreach(session('notify') as $msg) <script> "use strict"; iziToast.{{ $msg[0] }}({message:"{{ __($msg[1]) }}", position: "topRight"}); </script> @endforeach @endif @if (isset($errors) && $errors->any()) @php $collection = collect($errors->all()); $errors = $collection->unique(); @endphp <script> "use strict"; @foreach ($errors as $error) iziToast.error({ message: '{{ __($error) }}', position: "topRight" }); @endforeach </script> @endif <script> "use strict"; function notify(status, message) { if (typeof message == 'string') { iziToast[status]({ message: message, position: "topRight" }); } else { $.each(message, function(i, val) { iziToast[status]({ message: val, position: "topRight" }); }); } } </script>
/home/jackpotjunglegam/public_html/80d3f/.././core/app/../resources/views/partials/notify.blade.php