not setting active language in html tag
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.admin.head')
|
||||
|
||||
@push('css')
|
||||
|
Reference in New Issue
Block a user