This commit is contained in:
2019-11-07 00:34:56 -06:00
parent 17e4ee9603
commit 3a40a92573

View File

@@ -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