v0.2.0
This commit is contained in:
8
resources/views/layout/base.blade.php
Normal file
8
resources/views/layout/base.blade.php
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
@include('layout.head')
|
||||
<body>
|
||||
@include('layout.header')
|
||||
@yield('page_content')
|
||||
@include('layout.footer')
|
||||
</body>
|
Reference in New Issue
Block a user