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

17 lines
191 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
@include('components.navbarAdmin')
@include('partials.head')
@include('partials.font')
</head>
<body>
{{ $slot }}
</body>
</html>