mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 00:13:59 +00:00
list pending orders in table format
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ Route::get('/pending_orders', function(){
|
||||
echo '<td></td>';
|
||||
echo '<td>'.$booking->service->name.'</td>';
|
||||
echo '<td>'.$payment->updated_at->diffForHumans().'</td>';
|
||||
echo '<td>'.str_word_count($booking->bank->holder_name)->wordCount() > 4 ? 'Company' : 'Personal'.'</td>';
|
||||
echo '<td>'.str_word_count($booking->bank->holder_name) > 4 ? 'Company' : 'Personal'.'</td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
echo '</table>';
|
||||
|
||||
Reference in New Issue
Block a user