@error('name')
{{ $message }}
@enderror
@if($lineCustomSenders->isNotEmpty())
選ぶと、その名前・アイコンで届きます(LINE側の設定によっては反映されない場合があります)。
@endif
@if($lineTemplates->isNotEmpty())
@endif
@include('account.scenario.partials._line_message_fields', [
'row' => null,
'textLabel' => 'メッセージ本文',
])
@if($readerFormFields->isNotEmpty() || $customPlaceholders->isNotEmpty())
置き換え文字(クリックで本文に挿入)
@foreach($readerFormFields as $f)
@if(!empty($f->form_enabled))
@endif
@endforeach
@foreach($customPlaceholders as $p)
@endforeach
@endif