mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 21:43:57 +00:00
manual payments list
This commit is contained in:
+1
-1
@@ -367,7 +367,7 @@ Route::get('/payments/manual', function(){
|
||||
echo '<table>';
|
||||
foreach ($payments as $payment){
|
||||
echo '<tr>';
|
||||
echo '<td>'.$payment->documents()->first() ? $payment->documents()->first()->created_at : 'not sure: '.$payment->created_at.'</td>';
|
||||
// echo '<td>'.$payment->documents()->first() ? $payment->documents()->first()->created_at : 'not sure: '.$payment->created_at.'</td>';
|
||||
echo '<td><a href="'.route('booking.details', $payment->owner->marking).'" target="_blank">'.$payment->owner->marking.'</a></td>';
|
||||
echo '<td>'.$payment->amount.'</td>';
|
||||
echo '</tr>';
|
||||
|
||||
Reference in New Issue
Block a user