@php $model = App\Models\Settings::where('group', 'general')->where('name','system_logo')->first(); @endphp {{-- begin::styles --}} @include('theme.layout.layout-components.styles') {{-- end::styles --}} @yield('styles') @stack('prepend-scripts')
{{-- begin::header --}} @include('theme.layout.layout-components.header') {{-- end::header --}} @yield('before-page') {{-- begin::content --}} @yield('content') {{-- end::content --}} @yield('after-page') {{-- begin::footer --}} @include('theme.layout.layout-components.footer') {{-- end::footer --}} {{-- begin::btn go to top --}}