testing
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
<th>Total Loss</th>
|
||||
<th>Ship Type</th>
|
||||
<th>Fleet Type</th>
|
||||
<th>Actual SRP</th>
|
||||
<th>Notes</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -28,7 +27,6 @@
|
||||
<td>{{ number_format($approved->loss_value, 2, ".", ",") }}</td>
|
||||
<td>{{ $approved->ship_type }}</td>
|
||||
<td>{{ $approved->fleet_type }}</td>
|
||||
<td>{{ number_format($approved->actual_srp, 2, ".", ",") }}</td>
|
||||
<td>{{ $approved->notes }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@@ -53,7 +51,6 @@
|
||||
<th>Total Loss</th>
|
||||
<th>Ship Type</th>
|
||||
<th>Fleet Type</th>
|
||||
<th>Actual SRP</th>
|
||||
<th>Notes</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -65,7 +62,6 @@
|
||||
<td>{{ number_format($denied->loss_value, 2, ".", ",") }}</td>
|
||||
<td>{{ $denied->ship_type }}</td>
|
||||
<td>{{ $denied->fleet_type }}</td>
|
||||
<td>{{ number_format($denied->actual_srp, 2, ".", ",") }}</td>
|
||||
<td>{{ $denied->notes }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user