@extends('srp.layouts.b4') @section('content')

Approved SRP Requests

@foreach($srpApproved as $approved) @endforeach
Timestamp Pilot FC ZKillboard Total Loss Ship Type Fleet Type Notes
{{ $approved->created_at }} {{ $approved->character_name }} {{ $approved->fleet_commander_name }} zKill Link {{ number_format($approved->loss_value, 2, ".", ",") }} {{ $approved->ship_type }} {{ $approved->fleet_type }} {{ $approved->notes }}
{{ $srpApproved->links() }}

Denied SRP Requests

@foreach($srpDenied as $denied) @endforeach
Timestamp Pilot FC Total Loss Ship Type Fleet Type Notes
{{ $denied->created_at }} {{ $denied->character_name }} {{ $denied->fleet_commander_name }} {{ number_format($denied->loss_value, 2, ".", ",") }} {{ $denied->ship_type }} {{ $denied->fleet_type }} {{ $denied->notes }}
{{ $srpDenied->links() }}
@endsection