update button dan tambah cetak pdf
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb pb-3">
|
||||
<li class="breadcrumb-item"><a href="{{ route('home') }}">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ route('arcc.notisperingatanpertama') }}">Notis Peringatan</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ route('arcc.notisperingatanpertama') }}">Notis Peringatan Pertama</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ route('arcc.notisperingatankedua') }}">Notis Peringatan Kedua</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Carian No.Rujukan</li>
|
||||
</ol>
|
||||
@@ -124,11 +124,11 @@
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 mx-auto">
|
||||
<div class="col-md-12-center mx-auto">
|
||||
<form action="{{ route('arcc.cariansagnotiskedua') }}" method="get">
|
||||
@csrf
|
||||
<div class="input-group mb-4">
|
||||
*14hari Sebelum Cukup Tarikh Matang/Tamat Kontrak
|
||||
<div class="input-group-center mb-8-center">
|
||||
<strong> *14hari Sebelum Cukup Tarikh Matang/Tamat Kontrak</strong>
|
||||
<div class="col-sm-12">
|
||||
<input type="radio" value='1' id="fasa1" name="fasa" checked>
|
||||
<label for="1">Fasa 1 (6 Bulan)</label><br>
|
||||
@@ -136,32 +136,38 @@
|
||||
<label for="2">Fasa 2 (12 Bulan)</label>
|
||||
</div>
|
||||
</div>
|
||||
<input type="submit" class="btn btn-primary ml-md-5" id="submit_button" name="submit_button" value="Carian">
|
||||
<input type="submit" class="btn btn-primary ml-md-5-center" id="submit_button" name="submit_button" value="Carian">
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<div class="row">
|
||||
{{-- <div class="btn-group-toggle col-md-12 col-sm-12 mb-4 radiostyle" data-toggle="buttons"> --}}
|
||||
{{-- <label class="btn btn-lg radio-yellow"> --}}
|
||||
<input type="hidden" name="radaktif" value="aktif">
|
||||
{{-- <span>Aktif</span> --}}
|
||||
{{-- </label> --}}
|
||||
{{-- <label class="btn btn-lg radio-green">
|
||||
<input autocomplete="off" type="radio" name="radaktif" id="option2" value="takaktif" autocomplete="off"><span>Tak Aktif</span>
|
||||
</label> --}}
|
||||
{{-- </div> --}}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<input type="hidden" name="radaktif" value="aktif">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="btn-group-toggle col-md-12 col-sm-12 mb-4">
|
||||
<label class="btn btn-lg green">
|
||||
<a href="{{ route('arcc.rekodnotisperingatankedua') }}" class="btn btn-dark btn-lg btn-block mb-3">Rekod Notis Peringatan Kedua</a>
|
||||
</label>
|
||||
{{-- <label class="btn btn-lg radio-green">
|
||||
<a href="{{ route('arcc.notisperingatankedua') }}" class="btn btn-dark btn-lg btn-block mb-3">Jana Notis Peringatan Kedua</a>
|
||||
</label> --}}
|
||||
{{-- <label class="btn btn-lg radio-green"> --}}
|
||||
{{-- <a href="{{ route('arcc.notisperingatankedua') }}" class="btn btn-dark btn-lg btn-block mb-3">Jana Notis Peringatan Kedua</a> --}}
|
||||
{{-- </label> --}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user