@include('layouts.header')
@include('layouts.preloader')
@yield('content')
@include('layouts.footer')
@include('layouts.scripts') @stack('scripts')