sifatbaho
This commit is contained in:
12
resources/views/layouts/head-css.blade.php
Executable file
12
resources/views/layouts/head-css.blade.php
Executable file
@@ -0,0 +1,12 @@
|
||||
@yield('css')
|
||||
<!-- Layout config Js -->
|
||||
<script src="{{ URL::asset('/assets/js/layout.js') }}"></script>
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="{{ URL::asset('/assets/css/bootstrap.min.css') }}" id="bootstrap-style" rel="stylesheet" type="text/css" />
|
||||
<!-- Icons Css -->
|
||||
<link href="{{ URL::asset('/assets/css/icons.min.css') }}" rel="stylesheet" type="text/css" />
|
||||
<!-- App Css-->
|
||||
<link href="{{ URL::asset('/assets/css/app.min.css') }}" id="app-style" rel="stylesheet" type="text/css" />
|
||||
<!-- custom Css-->
|
||||
<link href="{{ URL::asset('/assets/css/custom.min.css') }}" id="app-style" rel="stylesheet" type="text/css" />
|
||||
{{-- @yield('css') --}}
|
||||
Reference in New Issue
Block a user