@section('htmlheader')
@include('layouts.dashboard.partials.htmlheader')
@show
@include('layouts.dashboard.partials.mainheader')
@include('layouts.dashboard.partials.sidebar')
@include('layouts.dashboard.partials.contentheader')
@yield('content')
@if(session('message') or isset($message))
@if(isset($message))
@else
@endif
@endif
@include('layouts.dashboard.partials.footer')
@section('scripts')
@include('layouts.dashboard.partials.scripts')
@show