|
@@ -15,10 +15,12 @@
|
|
|
<link href="{{ asset('/css/app.css') }}" rel="stylesheet">
|
|
|
<link href="{{ asset('/css/style.css') }}" rel="stylesheet">
|
|
|
<link href="{{ asset('/css/yemi.css') }}" rel="stylesheet">
|
|
|
+ <link rel="stylesheet" href="{{ asset('/css/toastr.min.css') }}">
|
|
|
<!-- Styles -->
|
|
|
|
|
|
<script src="{{ asset('js/app.js') }}" type="application/javascript"></script>
|
|
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
|
|
+ <script src="{{ asset('js/toastr.min.js') }}" type="application/javascript"></script>
|
|
|
<script src="{{ asset('js/yemi.js') }}" type="application/javascript"></script>
|
|
|
|
|
|
@yield('head')
|