not setting active language in html tag
This commit is contained in:
parent
f763ae5a15
commit
b7de4bad6f
@ -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">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html lang="{{ env('APP_LOCALE') }}">
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.auth.head')
|
||||
|
||||
<body class="hold-transition login-page">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.bill.head')
|
||||
|
||||
<body onload="window.print();">
|
||||
|
@ -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">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.invoice.head')
|
||||
|
||||
<body onload="window.print();">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.admin.head')
|
||||
|
||||
@push('css')
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user