Add select component, and start of switch to use @pa instead of @js/@css
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
{{-- Scripts --}}
|
||||
@section('scripts')
|
||||
@include('layouts.partials.scripts')
|
||||
|
||||
@yield('page-scripts')
|
||||
@show
|
||||
</body>
|
||||
</html>
|
@@ -15,6 +15,10 @@
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="{{ url('oldschool/css/main.css') }}" media="screen">
|
||||
|
||||
<!-- Page Asset Styles -->
|
||||
{!! PageAssets::css() !!}
|
||||
|
||||
<!-- Page Styles -->
|
||||
@yield('page-css')
|
||||
|
||||
@if(file_exists('css/fixes.css'))
|
||||
@@ -22,5 +26,6 @@
|
||||
<link rel="stylesheet" href="{{ asset('css/fixes.css') }}">
|
||||
@endif
|
||||
|
||||
<!-- Favicon -->
|
||||
<link type="image/png" rel="icon" href="{{ asset('favicon.ico') }}">
|
||||
</head>
|
||||
|
@@ -36,4 +36,10 @@
|
||||
}, false)
|
||||
});
|
||||
})()
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<!-- Page Script Assets -->
|
||||
{!! PageAssets::js() !!}
|
||||
|
||||
<!-- Page Scripts -->
|
||||
@yield('page-scripts')
|
Reference in New Issue
Block a user