diff --git a/routes/web.php b/routes/web.php index e912b49d..1a654013 100644 --- a/routes/web.php +++ b/routes/web.php @@ -403,16 +403,22 @@ Route::get('/pending_orders', function(){ ->orderBy('updated_at', 'desc') ->get(); - echo ''; + echo ' + '; + echo '
'; echo ''; echo ''; echo ''; - echo ''; echo ''; + echo ''; echo ''; echo ''; - echo ''; echo ''; + echo ''; echo ''; echo ''; echo ''; @@ -440,12 +446,12 @@ Route::get('/pending_orders', function(){ echo ''; echo ''; - echo ''; echo ''; + echo ''; echo ''; echo ''; - echo ''; echo ''; + echo ''; echo ''; echo ''; echo '';
Booking Updated DatePayment TypeBookingPayment TypePayment CurrencyPayment AmountCustomerBooking CurrencyBooking Amount
'.$payment->updated_at->format('d-M-y').''.\App\Classes\ValueObjects\Constants\PaymentMethodType::PAYMENT_METHODS_ID[$payment->payment_method].''.$booking->marking.''.\App\Classes\ValueObjects\Constants\PaymentMethodType::PAYMENT_METHODS_ID[$payment->payment_method].''.$payment->currency->short_code.''.number_format(bcsub($payment->amount, $refunds, 7), 5, '.', '').''.$booking->company->reference.''.$payment->original_currency->short_code.''.number_format(bcsub($payment->original_amount, $original_refunds, 7), 5, '.', '').'