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