pending customer po grouped by customer

This commit is contained in:
omair saleh
2020-12-07 18:15:18 +08:00
parent 8664e1e189
commit f9aabeda35
+1 -1
View File
@@ -108,7 +108,7 @@ Route::group(['middleware' => ['role:admin']], function() {
foreach ($bookings as $booking) {
$i += 1;
echo "<a target='_blank' href='https://exchange.cief-malaysia.com/booking/".$booking->id."/upload-invoice'>".$booking->id."</a> / <small style='color: darkgrey;'>".$booking->created_at."</small> <small style='color: dodgerblue;' href=''>https://exchange.cief-malaysia.com/booking/". $booking->id . "/upload-po</small><br>";
if($i % 20 == 0) echo "<br><br>";
if($i % 10 == 0) echo "<br><br>";
}
echo "<br><br><br>";
}