diff --git a/resources/views/srp/admin/history.blade.php b/resources/views/srp/admin/history.blade.php index 897ec333a..537cb55ac 100644 --- a/resources/views/srp/admin/history.blade.php +++ b/resources/views/srp/admin/history.blade.php @@ -13,6 +13,7 @@ FC ZKillboard Total Loss + Paid Out Ship Type Fleet Type Notes @@ -25,6 +26,7 @@ {{ $approved->fleet_commander_name }} zKill Link {{ number_format($approved->loss_value, 2, ".", ",") }} + {{ number_format($approved->paid_value, 2, ".", ",") }} {{ $approved->ship_type }} {{ $approved->fleet_type }} {{ $approved->notes }} @@ -37,7 +39,7 @@
-
+

Denied SRP Requests

@@ -48,6 +50,7 @@ Timestamp Pilot FC + zKill Total Loss Ship Type Fleet Type @@ -59,6 +62,7 @@ {{ $denied->created_at }} {{ $denied->character_name }} {{ $denied->fleet_commander_name }} + zKill Link {{ number_format($denied->loss_value, 2, ".", ",") }} {{ $denied->ship_type }} {{ $denied->fleet_type }} diff --git a/resources/views/srp/admin/statistics.blade.php b/resources/views/srp/admin/statistics.blade.php index f7bdf6d7c..7bf05913a 100644 --- a/resources/views/srp/admin/statistics.blade.php +++ b/resources/views/srp/admin/statistics.blade.php @@ -1,18 +1,8 @@ @extends('srp.layouts.b4') @section('content') - -
-
- {!! $lava->render('PieChart', 'SRP Stats', 'chart-div') !!} -
- +
{!! $lava->render('GaugeChart', 'SRP', 'under-review-div') !!}
- -
-
- {!! $lava->render('ColumnChart', 'Cost Codes', 'cost-codes-div') !!} -
@endsection \ No newline at end of file