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

6 lines
116 B
PHP

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