@extends('layouts.b4') @section('content') {!! Form::open(['action' => 'SRP\SRPController@processForm', 'method' => 'POST']) !!}
| Timestamp | Pilot | Fleet Commander | zKillboard Link | Total Loss Value | Type of Ship | Fleet Type | Actual SRP | Pay Out | @foreach($srp as $row)
|---|---|---|---|---|---|---|---|---|
| {{ $row['created_at'] }} | {{ $row['pilot'] }} | {{ $row['fc'] }} | {{ $row['link'] }} | {{ $row['loss'] }} | {{ $row['ship_type'] }} | {{ $row['fleet_type'] }} | {{ $row['actual_srp'] }} | {{ Form::radio('pay_out', $row['id'], false, ['class' => 'form-control']) }} |