modified carian nama pelanggan arcc
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<a href="{{ route('arcc.pelanggan') }}" class="btn btn-secondary mt-3">Kembali</a>
|
||||
<h4 class="text-center mb-4">Senarai Pelanggan Dijumpai</h4>
|
||||
<a href="javascript:window.history.go(-1);" class="btn btn-secondary mt-3">Kembali</a>
|
||||
<h4 class="text-center mb-4">Senarai Cawangan Dijumpai</h4>
|
||||
@if(session('customer_list') && count(session('customer_list')) > 0)
|
||||
<table class="table table-bordered table-hover" style="background-color: #f9f9f9;">
|
||||
<thead class="thead-light">
|
||||
@@ -31,6 +31,7 @@
|
||||
<form action="{{ route('arcc.pilihpelanggan.proceed') }}" method="POST">
|
||||
@csrf
|
||||
<input type="hidden" name="customer" value="{{ base64_encode(json_encode($customer)) }}">
|
||||
<input type="hidden" name="kodcaw" value="{{ $customer['kodcaw'] ?? '' }}">
|
||||
<button type="submit" class="btn btn-sm btn-primary">Pilih</button>
|
||||
</form>
|
||||
</td>
|
||||
@@ -42,6 +43,6 @@
|
||||
<div class="alert alert-warning">Tiada pelanggan dijumpai.</div>
|
||||
@endif
|
||||
|
||||
<a href="{{ route('arcc.pelanggan') }}" class="btn btn-secondary mt-3">Kembali</a>
|
||||
<a href="javascript:window.history.go(-1);" class="btn btn-secondary mt-3">Kembali</a>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user