head-css.blade.php 395 B

12345678
  1. @yield('css')
  2. <!-- Bootstrap Css -->
  3. <link href="{{ URL::asset('/assets/css/bootstrap.min.css') }}" id="bootstrap-style" rel="stylesheet" type="text/css" />
  4. <!-- Icons Css -->
  5. <link href="{{ URL::asset('/assets/css/icons.min.css') }}" rel="stylesheet" type="text/css" />
  6. <!-- App Css-->
  7. <link href="{{ URL::asset('/assets/css/app.min.css') }}" id="app-style" rel="stylesheet" type="text/css" />