@include('partials.head')
@include('partials.preloader')
@include('partials.nav_header')
@include('partials.chat_box')
@include('partials.header')
@include('partials.sidebar')
@yield('content')
@include('partials.footer')
{{-- /* Datepicker */ --}}
@stack('scripts')
@stack('plugin-scripts')
@stack('custom-scripts')