TIF_E41212002/resources/views/layouts/head.blade.php

13 lines
555 B
PHP

<!-- General CSS Files -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/95c0931704.js" crossorigin="anonymous"></script>
<!-- CSS Libraries -->
@yield("css")
<!-- Template CSS -->
<link rel="stylesheet" href="{{asset("assets/css/style.css")}}">
<link rel="stylesheet" href="{{asset("assets/css/components.css")}}">