{{-- ===== エラーメッセージ ===== --}} @if(Session::has('success')) @endif @if($errors->any())

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

@endif {{-- ===== フォーム ===== --}}
@if(!empty($isEdit)) {{-- デバイスID --}}
@endif {{-- 駐輪場 --}}
{{-- デバイス種別 --}}
@php $deviceType = old('device_type', $device->device_type ?? '1'); @endphp
{{-- デバイス名 --}}
{{-- 識別子 --}}
{{-- 稼働/停止 --}}
@php $work = old('device_work', $device->device_work ?? '1'); @endphp
{{-- 稼働開始日 --}}
{{-- リプレース予約日 --}}
{{-- 備考 --}}
{{-- ▼ 下部ボタン --}}
{{-- 登録ボタン --}} @if($isEdit) @else @endif {{-- 削除ボタン(編集時のみ表示) --}} @if($isEdit) @endif