我在Laravel在多語應用工作5.4通@lang作爲@section參數Laravel
template.blade.php
<title>@yield('title')</title>
然後在其他網頁,我想設置基於用戶區域設置dyamically。它拋出的錯誤,當我嘗試使用以下命令:
@section('title',{{ __("dashboard") }})
或
@section('title', @lang("dashboard"))
這是錯誤:
Parse error: syntax error, unexpected '<'
任何一個可以告訴如何通過@lang
或__('')
作爲paramater在@section()