@if(Session::has('success'))
{{ Session::get('success') }}
@elseif(Session::has('error'))
{{ Session::get('error') }}
@endif
{{-- 登録・削除 ボタン --}}
@if($isInfo) 編集 @else @if($isEdit) 削除 @endif @endif
{{-- 利用契約ID --}} @if($isEdit || $isInfo)
@endif {{-- 市区ID --}}
{{-- 使用中 --}}
use_flag ?? '') == 1) checked @endif @if($isInfo) disabled @endif>
use_flag ?? '') == 0) checked @endif @if($isInfo) disabled @endif>
{{-- リビジョン --}}
{{-- 契約内容 --}}
{{-- 備考 --}}
{{-- 使用開始日 --}}
{{-- 登録・削除 ボタン --}}
@if($isInfo) 編集 @else @if($isEdit) 削除 @endif @endif