11 lines
205 B
PHP
11 lines
205 B
PHP
|
|
|
|
<div id="loading">
|
|
@include('partials.dashboard._body_loader')
|
|
</div>
|
|
<div class="wrapper">
|
|
{{ $slot }}
|
|
</div>
|
|
@include('partials.dashboard._body_footer')
|
|
@include('partials.dashboard._scripts')
|