mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
show old invoices
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ Route::get('/old-invoices', function(){
|
||||
})->get();
|
||||
echo "<h1>Total pending invoices:<b>".count($bookings)."</b></h1>";
|
||||
foreach ($bookings as $booking) {
|
||||
echo "<a href='https://exchange.cief-malaysia.com/booking/".$booking->id."/upload-invoice'>".$booking->id."</a><br>";
|
||||
echo "<a target='_blank' href='https://exchange.cief-malaysia.com/booking/".$booking->id."/upload-invoice'>".$booking->id."</a><br>";
|
||||
}
|
||||
})->name('home');
|
||||
Route::group(['middleware' => ['role:admin']], function() {
|
||||
|
||||
Reference in New Issue
Block a user