{{-- Include styles --}} @include('partials.user.style')
{{-- Include header --}} @include('partials.user.header') {{-- Page content will be injected here --}} @yield('content') {{-- Include footer --}} @include('partials.user.footer') {{-- Include scripts --}} @include('partials.user.script')