MIF_E31221446/resources/views/layouts/app.blade.php

13 lines
209 B
PHP

<!DOCTYPE html>
<html lang="en">
@include('layouts.header')
<body>
@include('partial.headbar')
@include('partial.sidebar-santri')
@yield('content')
@include('layouts.footer')
</body>
</html>