PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
resources
/
views
/
partials
<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 ($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) { iziToast[status]({ message: message, position: "topRight" }); } </script>
[-] plugins.blade.php
[edit]
[-] country.json
[edit]
[+]
..
[-] notify.blade.php
[edit]
[-] seo.blade.php
[edit]
[-] email.blade.php
[edit]