{{\App::setLocale(Session::get('locale'))}}
{{config('app.name')}} | @yield('title')
@yield('extra-style')
@if(\Session::get('locale')=='en')
ENGLISH @else
中文 @endif
Language
ENGLISH
中文
@yield('content')
@yield('extra-script')