@props(['title', 'user' => auth()->user()]) @include('partials.dashboard.head') @include('partials.dashboard.svg') @if (session('preloader'))
@endif
@include('partials.dashboard.header')
{{ $slot }}
© All Rights Reserved {{ $settings->site_name }}.
@include('partials.dashboard.footer')