<!DOCTYPE html>
<html lang="en">
    <head>
        @include('_layouts._head')
    </head>
    <body>
        @yield('body')
    </body>
</html>
