first commit
This commit is contained in:
16
resources/views/layouts/customer.blade.php
Normal file
16
resources/views/layouts/customer.blade.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
@include('partials.customer.head')
|
||||
|
||||
<body class="hold-transition skin-green-light sidebar-mini fixed">
|
||||
<!-- Site wrapper -->
|
||||
<div class="wrapper">
|
||||
@include('partials.customer.header')
|
||||
|
||||
@include('partials.customer.menu')
|
||||
|
||||
@include('partials.customer.content')
|
||||
|
||||
@include('partials.customer.footer')
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user