Added boom opened in vehicle entry mail
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
<th>No</th>
|
||||
<th>Plant Name</th>
|
||||
<th>Vehicle Number</th>
|
||||
<th>Boom Opened</th>
|
||||
<th>Entry Time</th>
|
||||
<th>Exit Time</th>
|
||||
<th>Duration</th>
|
||||
@@ -77,6 +78,7 @@
|
||||
<td>{{ $loop->iteration }}</td>
|
||||
<td>{{ $row['plant'] }}</td>
|
||||
<td>{{ $row['vehicleNumber'] }}</td>
|
||||
<td>{{ $row['boom'] }}</td>
|
||||
<td>{{ $row['entryTime'] }}</td>
|
||||
<td>{{ $row['exitTime'] }}</td>
|
||||
<td>{{ $row['duration'] }}</td>
|
||||
|
||||
Reference in New Issue
Block a user