testing
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
@if($openCount > 0)
|
@if($openCount > 0)
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
<th>Character</th>
|
||||||
<th>Fleet Commander</th>
|
<th>Fleet Commander</th>
|
||||||
<th>Ship Type</th>
|
<th>Ship Type</th>
|
||||||
<th>Loss Value</th>
|
<th>Loss Value</th>
|
||||||
@@ -48,6 +49,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($open as $o)
|
@foreach($open as $o)
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>{{ $o['character_name'] }}</td>
|
||||||
<td>{{ $o['fleet_commander_name'] }}</td>
|
<td>{{ $o['fleet_commander_name'] }}</td>
|
||||||
<td>{{ $o['ship_type'] }}</td>
|
<td>{{ $o['ship_type'] }}</td>
|
||||||
<td>{{ $o['loss_value'] }}</td>
|
<td>{{ $o['loss_value'] }}</td>
|
||||||
@@ -77,6 +79,7 @@
|
|||||||
@if($deniedCount > 0)
|
@if($deniedCount > 0)
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
<th>Character</th>
|
||||||
<th>Fleet Commander</th>
|
<th>Fleet Commander</th>
|
||||||
<th>Ship Type</th>
|
<th>Ship Type</th>
|
||||||
<th>Loss Value</th>
|
<th>Loss Value</th>
|
||||||
@@ -86,6 +89,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($denied as $d)
|
@foreach($denied as $d)
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>{{ $d['character_name'] }}</th>
|
||||||
<td>{{ $d['fleet_commander_name'] }}</td>
|
<td>{{ $d['fleet_commander_name'] }}</td>
|
||||||
<td>{{ $d['ship_type'] }}</td>
|
<td>{{ $d['ship_type'] }}</td>
|
||||||
<td>{{ $d['loss_value'] }}</td>
|
<td>{{ $d['loss_value'] }}</td>
|
||||||
@@ -116,6 +120,7 @@
|
|||||||
@if($approvedCount > 0)
|
@if($approvedCount > 0)
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
<th>Character</th>
|
||||||
<th>Fleet Commander</th>
|
<th>Fleet Commander</th>
|
||||||
<th>Ship Type</th>
|
<th>Ship Type</th>
|
||||||
<th>Loss Value</th>
|
<th>Loss Value</th>
|
||||||
@@ -124,6 +129,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($approved as $a)
|
@foreach($approved as $a)
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>{{ $a['character_name'] }}</td>
|
||||||
<td>{{ $a['fleet_commander_name'] }}</td>
|
<td>{{ $a['fleet_commander_name'] }}</td>
|
||||||
<td>{{ $a['ship_type'] }}</td>
|
<td>{{ $a['ship_type'] }}</td>
|
||||||
<td>{{ $a['loss_value'] }}</td>
|
<td>{{ $a['loss_value'] }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user