@extends('srp.layouts.b4') @section('content')
| Timestamp | Pilot | FC | ZKillboard | Total Loss | Ship Type | Fleet Type | Notes | @foreach($srpApproved as $approved)
|---|---|---|---|---|---|---|---|
| {{ $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 }} |
| Timestamp | Pilot | FC | Total Loss | Ship Type | Fleet Type | Notes | @foreach($srpDenied as $denied)
|---|---|---|---|---|---|---|
| {{ $denied->created_at }} | {{ $denied->character_name }} | {{ $denied->fleet_commander_name }} | {{ number_format($denied->loss_value, 2, ".", ",") }} | {{ $denied->ship_type }} | {{ $denied->fleet_type }} | {{ $denied->notes }} |