revised form vehicle, entertainment and other

This commit is contained in:
Jagad R R
2025-01-06 16:00:51 +07:00
parent e56708ef93
commit 6f2946cd62
22 changed files with 1135 additions and 530 deletions
@@ -37,7 +37,7 @@
</div>
<div class="mb-3">
<label class="form-label">Pilih Rayon</label>
<select class="form-control form-control-md" name="rayon_id" readonly>
<select class="form-control form-control-md" name="rayon_id" disabled>
<option value="">Pilih Rayon</option>
@foreach ($rayons as $rayon)
<option value="{{ $rayon->id }}" {{ $form->rayon_id == $rayon->id ? 'selected' : '' }}>{{ $rayon->name }}</option>