add more seeder product and product category and fix daterangepicker
This commit is contained in:
@@ -824,7 +824,7 @@ use Illuminate\Support\Facades\Auth;
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="to_dealer_id">Dealer Tujuan <span class="text-danger">*</span></label>
|
||||
<label for="to_dealer_id">Dealer Tujuan </label>
|
||||
<select name="to_dealer_id" id="to_dealer_id" class="form-control" required>
|
||||
<option value="">Pilih Dealer Tujuan</option>
|
||||
@php
|
||||
@@ -838,7 +838,7 @@ use Illuminate\Support\Facades\Auth;
|
||||
|
||||
<div class="form-group">
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<label class="form-label mb-0">Detail Produk <span class="text-danger">*</span></label>
|
||||
<label class="form-label mb-0">Detail Produk</span></label>
|
||||
<button type="button" class="btn btn-success btn-sm" id="add-product-mutasi">
|
||||
<i class="fa fa-plus"></i> Tambah Produk
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user