{{-- アラート --}} @if(Session::has('success')) @elseif(Session::has('error'))

{{ __('誤差') }}:

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

{{ __('誤差') }}:

{!! $errorMsg !!}
@endif {{-- ===== ボタン区(上部) ===== --}}
@if(!empty($isInfo) && !empty($device?->device_id)) {{ __('登録') }} {{ __('編集') }} @else @endif
@if(!empty($isInfo) || !empty($isEdit)) {{-- デバイスID --}}
@endif {{-- 駐輪場ID --}}
{{-- デバイス種別 --}}
{{-- デバイス名 --}}
{{-- 識別子 --}}
{{-- 稼働/停止 --}}
@php $work = old('device_work', $device->device_work ?? ''); @endphp
{{-- 稼働開始日 --}}
{{-- リプレース予約日 --}}
{{-- 備考 --}}
{{-- ===== ボタン区(下部) ===== --}}
@if(!empty($isInfo) && !empty($device?->device_id)) {{ __('登録') }} {{ __('編集') }} @else @endif