Compare commits
2 Commits
10a917b556
...
781e665d7e
| Author | SHA1 | Date | |
|---|---|---|---|
| 781e665d7e | |||
| a266cdca57 |
@ -60,7 +60,7 @@
|
||||
<div class="col-12 col-lg-6 mb10">
|
||||
<h3>{{ $user_category }}</h3>
|
||||
</div>
|
||||
@if ($user->ward_residents == 0 || $user->ward_residents == 2)
|
||||
@if ($user_category === '一般')
|
||||
<div class="col-12 col-md-3 offset-0 offset-md-2">
|
||||
<label for="user_workplace">勤務先名</label>
|
||||
</div>
|
||||
@ -68,7 +68,7 @@
|
||||
<h3>{{ $user->user_workplace }}</h3>
|
||||
</div>
|
||||
@endif
|
||||
@if ($user->ward_residents == 1)
|
||||
@if ($user_category === '学生')
|
||||
<div class="col-12 col-md-3 offset-0 offset-md-2">
|
||||
<label for="user_school">学校名</label>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user