@include('layouts.meta', [ 'title' => $attributes['page']['title'], 'keywords' => $attributes['page']['keywords'], 'description' => $attributes['page']['description'], ]) @include('layouts.linkrel-header') @include('layouts.custom-js-header') @include('layouts.custom-css-header') @include('layouts.header', [ 'city' => $attributes['userLocation']['Name'], 'section' => $attributes['section'] ]) {{ $slot }} @include('layouts.footer', [ 'law' => $attributes['userLaw']['for'] ]) @include('layouts.modals', [ 'cityForChoice' => $attributes['cityForChoice'], 'law' => $attributes['userLaw']['for'] ]) @include('layouts.linkrel-footer') @include('layouts.custom-js-footer') @include('layouts.custom-css-footer')