@if(Session::has('success')) @elseif(Session::has('error'))

{{__('入力内容に不備があります')}}:

{!! Session::get('error') !!}
@elseif(isset($errorMsg))

{{__('入力内容に不備があります')}}:

{!! $errorMsg !!}
@endif
@if ($errors->any())

入力内容に不備があります:

    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
{{-- オペレータID(編集時のみ表示) --}} @if($isEdit)
@endif
{{-- パスワード(新規必須 / 編集任意) --}}
{{-- ▼ キュー1〜13アラート送信 --}} @for ($i = 1; $i <= 13; $i++)
{'ope_sendalart_que'.$i} : 0) == 1 ? 'checked' : '' }}>
{'ope_sendalart_que'.$i} : 0) == 0 ? 'checked' : '' }}>
@endfor {{-- ▲ キュー1〜13 --}}
ope_auth1 : '付与しない') == '管理者権限付与' ? 'checked' : '' }}>
ope_auth1 : '付与しない') == '付与しない' ? 'checked' : '' }}>
ope_auth2 : '付与しない') == 'エリアマネージャー権限付与' ? 'checked' : '' }}>
ope_auth2 : '付与しない') == '付与しない' ? 'checked' : '' }}>
ope_auth3 : '付与しない') == 'エリアオペレーター権限付与' ? 'checked' : '' }}>
ope_auth3 : '付与しない') == '付与しない' ? 'checked' : '' }}>
ope_auth4 : '付与しない') == 'オペレーター権限付与' ? 'checked' : '' }}>
ope_auth4 : '付与しない') == '付与しない' ? 'checked' : '' }}>
ope_quit_flag : 0) == 1 ? 'checked' : '' }}>
ope_quit_flag : 0) == 0 ? 'checked' : '' }}>
{{-- ▼ 下部ボタン --}}
{{-- 登録ボタン --}} @if($isEdit) @else @endif {{-- 削除ボタン(編集時のみ表示) --}} @if($isEdit) @endif