fix duplicated bill plz problem

This commit is contained in:
omair saleh
2022-01-22 14:00:13 +08:00
parent ec4ef36cce
commit ffefea75c0
+6 -6
View File
@@ -88,9 +88,9 @@ Route::get('/products', function (\App\Classes\Modules\Exports\Services\ExportsP
})->name('products.random');
Route::get('/duplicated_bills', function (Request $request) {
Auth()->login(User::find(1));
$bookings = Booking::whereIn('id', [10391, 10275, 10109, 10108, 10070, 10066, 10063, 9801, 9166, 8895, 8790, 8544, 8264, 6957, 5409, 4717])->with('transactions')->pluck('marking');
dd($bookings);
})->name('x2.data');
//Route::get('/duplicated_bills', function (Request $request) {
// Auth()->login(User::find(1));
// $bookings = Booking::whereIn('id', [10391, 10275, 10109, 10108, 10070, 10066, 10063, 9801, 9166, 8895, 8790, 8544, 8264, 6957, 5409, 4717])->with('transactions')->pluck('marking');
// dd($bookings);
//
//})->name('x2.data');