@component('mail::message') # @lang ('message.Mail.NewQuestion.Opening', [ 'user_id'=>$question->supporter->supporter_id ]) お問い合わせ内容: {!! $question->question_content !!} @component('mail::button', ['url' => $actionUrl, 'color' => 'primary']) 問い合わせページへ @endcomponent @slot('subcopy') @lang("message.Mail.NotClick", [ 'actionText' => '問い合わせページへ', 'actionURL' => $actionUrl, ]) @endslot @endcomponent