created master data: rayon, cost centre, kategori
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user