@extends('layout.master') @section('content')
@include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/header-layout/_header')
@include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/header-layout/_toolbar')
{{ $slot }}
@include(config('settings.KT_THEME_LAYOUT_DIR').'/partials/header-layout/_footer')
@include('partials/_drawers') @include('partials/_modals') @include('partials/_scrolltop') @endsection