srp form
This commit is contained in:
@@ -45,7 +45,7 @@ class SRPAdminController extends Controller
|
|||||||
$temp['character_name'] = $r['character_name'];
|
$temp['character_name'] = $r['character_name'];
|
||||||
$temp['fleet_commander_name'] = $r['fleet_commander_name'];
|
$temp['fleet_commander_name'] = $r['fleet_commander_name'];
|
||||||
$temp['zkillboard'] = $r['zkillboard'];
|
$temp['zkillboard'] = $r['zkillboard'];
|
||||||
$temp['loss_value'] = number_format($r['loss_value'], 2, '.', ',');
|
$temp['loss_value'] = $r['loss_value'];
|
||||||
//Get the ship type
|
//Get the ship type
|
||||||
foreach($shipTypes as $s) {
|
foreach($shipTypes as $s) {
|
||||||
if($r['ship_type'] == $s->code) {
|
if($r['ship_type'] == $s->code) {
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<a href="{{ $row['zkillboard'] }}" target="_blank">zKill Link</a>
|
<a href="{{ $row['zkillboard'] }}" target="_blank">zKill Link</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ $row['loss_value'] }}
|
{{ number_format($row['loss_value'], 2, '.', ',') }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ $row['ship_type'] }}
|
{{ $row['ship_type'] }}
|
||||||
|
|||||||
Reference in New Issue
Block a user