perbaikan tampilan export ssurat
This commit is contained in:
@ -117,7 +117,7 @@
|
||||
Fasilitas
|
||||
</button>
|
||||
</form>
|
||||
<form method="POST" action="{{ route($route[0].'.export') }}" target="_blank" >
|
||||
<form method="POST" action="{{ route($route[0].'.export') }}" >
|
||||
@csrf
|
||||
<input type="hidden" style="margin-bottom: 5px" name="cusNo" id="cusNo" />
|
||||
<input type="hidden" style="margin-bottom: 5px" name="accNo" id="accNo" />
|
||||
@ -261,20 +261,20 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label for="inputName" class="col-sm-4 col-form-label">email</label>
|
||||
<label for="inputName" class="col-sm-4 col-form-label">Email</label>
|
||||
<div class="col-sm-8">
|
||||
<input type="email" class="form-control form-control-sm " name="email" placeholder="Email">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label for="inputName" class="col-sm-4 col-form-label">Tlp</label>
|
||||
<label for="inputName" class="col-sm-4 col-form-label">Telephone</label>
|
||||
<div class="col-sm-8">
|
||||
<input type="number" class="form-control form-control-sm " name="tlp" title="Please enter valid phone number" placeholder="No Tlp">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label for="inputName" class="col-sm-4 col-form-label">Nama tujuan</label>
|
||||
<label for="inputName" class="col-sm-4 col-form-label">Nama Tujuan</label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control form-control-sm " name="nama_tujuan" placeholder="Nama Tujauan">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user