update notis peringtan page PC
This commit is contained in:
@@ -157,6 +157,7 @@
|
||||
<th>Tarikh Tamat Kontrak</th>
|
||||
<th>T.Notis Pertama</th>
|
||||
<th>T.Notis Kedua</th>
|
||||
<th>T.Panggilan</th>
|
||||
<th>Tag Surat</th>
|
||||
<th>Jenis Notis</th>
|
||||
|
||||
@@ -215,6 +216,16 @@
|
||||
echo($formattedweddingdate);
|
||||
@endphp</b></td>
|
||||
@endif
|
||||
<td align = 'right' style="white-space: nowrap;"><b>
|
||||
@if($item['tarikhcall1'] == null)
|
||||
|
||||
@else
|
||||
@php
|
||||
$myDateTime = DateTime::createFromFormat('Y-m-d', $item['tarikhcall1']);
|
||||
$formattedweddingdate = $myDateTime->format('d-m-Y');
|
||||
echo($formattedweddingdate);
|
||||
@endphp</b></td>
|
||||
@endif
|
||||
<td align = 'right' style="white-space: nowrap;"><b>
|
||||
@if($item['tagsurat'] == 1)
|
||||
<img src="{{ asset('img/surat.png') }}" style="width:20px"></img>Selesai
|
||||
|
||||
@@ -99,9 +99,7 @@
|
||||
<div class="row">
|
||||
<a href="{{ route('laporan.serahmarhuntebus') }}" class="btn btn-dark btn-lg btn-block mb-3">Serah Marhun Tebus</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<a href="{{ route('laporan.notisperingatan') }}" class="btn btn-dark btn-lg btn-block mb-3">Notis Peringatan</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-3 mx-1">
|
||||
@@ -141,6 +139,9 @@
|
||||
<div class="row">
|
||||
<a href="{{ route('laporan.imbangdugaakru') }}" class="btn btn-dark btn-lg btn-block mb-3">Imbang Duga Akru</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<a href="{{ route('laporan.notisperingatan') }}" class="btn btn-dark btn-lg btn-block mb-3">Notis Peringatan</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user