{{-- 如果要重新生成模板,請使用 php artisan vendor:publish --tag=laravel-notifications 這裡的格式禁止使用 phpStorm 自動 remormat code 的功能,否則版面會跑掉 --}} {{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('Whoops!') @else # @lang('Hello!') @endif @endif {{-- Intro Lines --}} @foreach ($introLines as $line) {{ $line }} @endforeach {{-- Action Button --}} @isset($actionText) {{ $actionText }} @endisset {{-- Outro Lines --}} @foreach ($outroLines as $line) {{ $line }} @endforeach {{-- Subcopy --}} @isset($actionText) @lang( "如果您在點擊按鈕 \":actionText\" 遇上問題,請複製並貼上以下網址至您的瀏覽器:", [ 'actionText' => $actionText, ] ) [{{ $displayableActionUrl }}]({{ $actionUrl }}) @endisset