srp admin dashboard
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<th>Pay Out</th>
|
<th>Pay Out</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@foreach($srp as $row)
|
@foreach($requests as $row)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $row['created_at'] }}</td>
|
<td>{{ $row['created_at'] }}</td>
|
||||||
<td>{{ $row['pilot'] }}</td>
|
<td>{{ $row['pilot'] }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user