getLocale()) }}">
{{ $pageTitle }}
@if ($brandSettings->google_tag_manager_id)
@endif
@vite(["css/app.css", "js/jquery.js", "js/toastr.js"], "themes/default")
@stack("style-lib")
@stack("style")
@if ($brandSettings->google_tag_manager_id)
@endif
@yield("content")
@stack("script-lib")
@include("partials.notify")
@stack("script")
{!! $themeSettings->global_js !!}