fix blade template
This commit is contained in:
parent
3b7d3c2c34
commit
160dbff834
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ locale }}">
|
||||
<html lang="{{ $locale }}">
|
||||
<head>
|
||||
@include('shared.head')
|
||||
<title>@yield('title') - {{ option_localized('site_name') }}</title>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ locale }}">
|
||||
<html lang="{{ $locale }}">
|
||||
<head>
|
||||
@include('shared.head')
|
||||
<title>@yield('title') - {{ option_localized('site_name') }}</title>
|
||||
|
Loading…
Reference in New Issue
Block a user