created master data: rayon, cost centre, kategori

This commit is contained in:
Jagad R R
2024-12-12 18:18:26 +07:00
parent 8cf94b5a5e
commit 095c2169c5
38 changed files with 1249 additions and 17 deletions
@@ -87,6 +87,12 @@
placeholder="Enter Username" required value="{{ $admin->username }}">
</div>
<div class="form-group col-md-6 col-sm-6">
<label for="phone">Phone</label>
<input type="text" class="form-control" id="phone" name="phone"
placeholder="Enter phone number" required value="{{ $admin->phone }}">
</div>
</div>