Sistema web para crear proyecto web nuevo
This commit is contained in:
5
resources/views/layout/head.blade.php
Normal file
5
resources/views/layout/head.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>@yield('page_title')</title>
|
||||
@include('layout.styles')
|
||||
</head>
|
Reference in New Issue
Block a user