Commit 72a76c02 authored by Atef Ben Ali's avatar Atef Ben Ali Committed by GitHub

Add App locate as default value of 'lang' attribute

Add App locate as default lang in the app.php config file instead of 'en' of 'lang' attribute in the main view.
parent 64bea7ca
<!DOCTYPE html>
<html lang="en">
<html lang="{{ config('app.locale') }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment