@include('template/navbar') @include('template/preloader')
@yield('page-function')
@yield('content')
@include('template/footer')
@stack('scripts')