update arcc notis peringatan ejas table
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
#details th {
|
||||
|
||||
padding: 8px;
|
||||
font-size: 11px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#details tr:nth-child(even) {
|
||||
@@ -123,7 +123,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="container">
|
||||
<div class="container-fluid">
|
||||
|
||||
<form id="exportpdf" action="{{route('arcc.blastkedua',['kodcaw' => $kodcaw, 'notisid' => $notisid])}}" target="_blank" method="POST">
|
||||
{{-- <form id="exportpdf" action="" target="_blank" method="POST"> --}}
|
||||
@@ -138,10 +138,10 @@
|
||||
->get($api_url . '/arcc/getfasa', ['kodcaw' => $kodcaw, 'notisid' => $notisid])
|
||||
->json();
|
||||
@endphp
|
||||
<input type='hidden' name="fasa" value="{{$getfasa['fasa']}}">
|
||||
<input type='hidden' name="fasa" value="{{$getfasa['fasa'] ?? ''}}">
|
||||
|
||||
|
||||
<table class="table table-striped table-hover" id="details">
|
||||
<table class="table table-striped table-hover" id="details" align="center">
|
||||
<thead>
|
||||
<th>Bil</th>
|
||||
<th>No.Rujukan</th>
|
||||
@@ -162,6 +162,7 @@
|
||||
|
||||
|
||||
</thead>
|
||||
{{-- {{dd($bycawnotisperingatankedua)}} --}}
|
||||
@foreach ($bycawnotisperingatankedua as $index => $item)
|
||||
<tr>
|
||||
<td>{{ $loop->iteration }}</td>
|
||||
|
||||
Reference in New Issue
Block a user