{{-- セッションメッセージ --}} @if(Session::has('success')) @elseif(Session::has('error'))

エラー:

{!! Session::get('error') !!}
@endif {{-- バリデーションエラー --}} @if ($errors->any()) @endif
{{-- テンプレートID(メールテンプレートID)--}} @if($isEdit)
{{-- システム自動入力・右寄せ・読取専用 --}}
@endif
{{-- 内部ID --}}
{{-- 数値入力・必須・負数NG(0以上)・右寄せ --}}
{{-- エリアマネージャー同報 --}}
mgr_cc_flag ?? 1) == 1) checked @endif required>
mgr_cc_flag ?? 1) == 0) checked @endif>
{{-- 半角128文字以内・左寄せ --}}
{{-- 使用フラグ --}}
use_flag ?? 1) == 1) checked @endif required>
use_flag ?? 1) == 0) checked @endif required>
{{-- 全角可・255文字以内・左寄せ --}}
{{-- 全角可・128文字以内・左寄せ・必須 --}}
{{-- 全角可・400文字以内・左寄せ・必須 --}}
{{-- ▼ 下部ボタン --}}
{{-- 登録ボタン --}} @if($isEdit) @else @endif {{-- 削除ボタン(編集時のみ表示) --}} @if($isEdit) @endif