srp admin dashboard

This commit is contained in:
2019-06-30 02:10:28 -05:00
parent 84e3712e22
commit d49e9ef89b

View File

@@ -16,7 +16,7 @@
<th>Pay Out</th>
</thead>
<tbody>
@foreach($srp as $row)
@foreach($requests as $row)
<tr>
<td>{{ $row['created_at'] }}</td>
<td>{{ $row['pilot'] }}</td>