Files
w4rpservices/resources/views/layouts/user/dashb4.blade.php

16 lines
364 B
PHP

<!DOCTYPE html>
<html lang="en">
@include('layouts.user.head')
<body class="hold-transition sidebar-mini">
<div class="wrapper">
@include('layouts.user.navbar')
@include('layouts.user.main')
@include('layouts.user.content')
@include('layouts.user.control')
@include('layouts.user.footer')
</div>
<!-- ./wrapper -->
@include('layouts.user.scripts')
</body>
</html>