updated untuk 28-9-2022

This commit is contained in:
hafifierahman
2022-09-28 02:47:15 +08:00
parent e80e122a26
commit 0e8a3b4cfc
20 changed files with 2320 additions and 614 deletions
+16 -2
View File
@@ -54,6 +54,20 @@
</nav>
<div class="card-body text-center">
@if (\Session::has('type') == true && Session::get('type') == 'unavailable')
<script>
Swal.fire(
"{!! \Session::get('message') !!}",
"{{ \Session::get('norujukan') }}",
'warning'
)
</script>
@elseif(\Session::has('type') == true && Session::get('type') == 'scanned')
<div class="alert alert-success text-bold d-flex mx-auto justify-content-center w-50">
{!! \Session::get('message') !!} <br> {{ \Session::get('norujukan') }}
</div>
@endif
<div class="row mb-4">
<div class="col-2 justify-content-start">
</div>
@@ -61,7 +75,7 @@
<form action="{{ route('barcodetebus.scanned') }}" method="post">
@csrf
<label>Scan Barcode Keluar Marhun Dari Peti Besi </label>
<input type="text" class="form-control col-6 mx-auto" name="norujukan_barcode" autocomplete="off" id="norujukan_barcode" placeholder="SILA SCAN BARCODE PADA SAG"/>
<input type="text" class="form-control col-6 mx-auto" name="norujukan_barcode" autocomplete="off" id="norujukan_barcode" placeholder="SILA SCAN BARCODE PADA SAG" required/>
<input type="submit" id="submit_button" name="submit_button" hidden>
</form>
@@ -153,7 +167,7 @@
</div>
<div class="form-group d-flex justify-content-end mr-4">
<a href="{{ url('menu') }}" class="btn btn-primary">Cetak</a>
<a href="{{ route('laporanscantebusbarcode') }}" class="btn btn-primary">Cetak</a>
</div>
</div>