Skip to content

Commit fb3ed51

Browse files
committed
Reorganizar a inclusão de scripts e estilos no arquivo master.blade.php para melhorar a estrutura e a legibilidade
1 parent 45adfaf commit fb3ed51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/master.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ function gtag() {
5757
<link type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css" rel="stylesheet"/>
5858
<link type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" rel="stylesheet"/>
5959
<link href="{{ asset('node_modules/intl-tel-input/build/css/intlTelInput.css') }}" rel="stylesheet">
60-
61-
<script src="{{ asset('node_modules/jquery/dist/jquery.min.js') }}"></script>
62-
<script src="{{ asset('node_modules/datatables/media/js/jquery.dataTables.min.js') }}"></script>
6360
<link href="{{ asset('node_modules/datatables/media/css/jquery.dataTables.min.css')}}" rel="stylesheet">
6461
<link href="{{ asset('node_modules/bootstrap/dist/css/bootstrap.min.css')}}" rel="stylesheet">
65-
<script src="{{ asset('node_modules/bootstrap/dist/js/bootstrap.bundle.min.js') }}"></script>
6662
<link href="{{ asset('node_modules/select2/dist/css/select2.min.css')}}" rel="stylesheet">
63+
64+
<script src="{{ asset('node_modules/jquery/dist/jquery.min.js') }}"></script>
65+
<script src="{{ asset('node_modules/datatables/media/js/jquery.dataTables.min.js') }}"></script>
66+
<script src="{{ asset('node_modules/bootstrap/dist/js/bootstrap.min.js') }}"></script>
6767
<script src="{{ asset('node_modules/select2/dist/js/select2.full.min.js') }}"></script>
6868
<script src="{{ asset('node_modules/intl-tel-input/build/js/intlTelInputWithUtils.min.js') }}"></script>
6969
</head>

0 commit comments

Comments
 (0)