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
@@ -37,7 +37,7 @@
<div class="col-12 mt-5">
<div class="card">
<div class="card-body">
<h4 class="header-title">{{ $pageInfo['title'] }}</h4>
<h4 class="header-title mb-4">{{ $pageInfo['title'] }}</h4>
@include('backend.layouts.partials.messages')
<form action="{{ route('admin.admins.store') }}" method="POST">
@@ -84,7 +84,11 @@
placeholder="Enter Username" required value="{{ old('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="{{ old('phone') }}">
</div>
</div>