use App\Http\Controllers\BillingController; // Bulk update bills endpoint Route::post('/billing/bulk-update', [BillingController::class, 'bulkUpdateBills']); Laravel
 
Laravel v10.50.2 (PHP v8.2.30)