not setting active language in html tag

This commit is contained in:
denisdulici 2018-12-11 16:42:36 +03:00
parent f763ae5a15
commit b7de4bad6f
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.admin.head')
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">

View File

@ -1,4 +1,4 @@
<html lang="{{ env('APP_LOCALE') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.auth.head')
<body class="hold-transition login-page">

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.bill.head')
<body onload="window.print();">

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.customer.head')
<body class="hold-transition skin-green-light sidebar-mini fixed">

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.invoice.head')
<body onload="window.print();">

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.link.head')
<body class="hold-transition skin-green-light sidebar-mini fixed link">

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.modules.head')
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.admin.head')
@push('css')

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.wizard.head')
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">