mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-25 07:14:22 +00:00
list pending po pending approval
This commit is contained in:
@@ -19,7 +19,6 @@ Route::post('password/reset', 'Auth\ResetPasswordController@postReset')->name('p
|
||||
|
||||
Route::get('/po-approval', function(){
|
||||
$invoices = InvoiceStatuses::where('status', 'pending')->get();
|
||||
dd(count($invoices));
|
||||
foreach ($invoices as $invoice){
|
||||
echo $invoice->invoice->booking->id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user