Lang function update

This commit is contained in:
decoder
2024-03-04 09:33:00 +05:00
parent 0de0459ce1
commit c18c2d0f32
12 changed files with 222 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<html lang="{{ str_replace('_', '-', session()->get('locale', 'en')) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">