@extends('layouts.app') @section('content')

契約更新 > 定期契約を更新する

現在の契約区分をご確認ください。

@if(isset($contract) && isset($contract->securityreg_display_flag) && $contract->securityreg_display_flag == 1)

登録している防犯登録番号:{{ $contract->user_securitynum }}

@endif @php $usertype = isset($user) && isset($user->user_categoryid) ? DB::table('usertype')->where('user_categoryid', $user->user_categoryid)->first() : null; @endphp usertype_subject1 == '一般') checked @endif disabled> usertype_subject1 == '学生') checked @endif disabled>
contract_reduction == 1) checked @endif disabled>
contract_reduction != 1) checked @endif disabled>

ご登録の区分・減免について変更がある場合は、お手数ですが以下の
電話番号までお問い合わせください。

電話:03-5856-4720
毎日14時~21時(年末年始休)

@endsection