@include('cms::includes.head')
@include('cms::includes.header') @if(session()->has('success')) @endif
@include('cms::includes.sidebar')
@hasSection('content') @yield('content') @endif
@include('cms::includes.copyright')
@stack('tools') @include('cms::includes.footer')