Website_SIG_Pare/resources/views/components/layout.blade.php

8 lines
141 B
PHP

@include('components.navbar')
@include('partials.head')
@include('partials.font')
<body>
{{ $slot }}
</body>
@include('components.footer')