debug export booking analytics

This commit is contained in:
omair saleh
2022-05-03 13:17:35 +08:00
parent e6c6a12b0a
commit 78c2fd6c2d
@@ -86,6 +86,7 @@ class ExportsAnalyticBookingTransactions implements FromQuery, WithHeadings, Wit
$lastPayment = $booking->transactions()->where('type', 1)->whereIn('status', [2, 3])->orderBy('id', 'desc')->first();
dump($booking);
return [
$booking->id,
$booking->company_id,