АЧ
Size: a a a
АЧ
A
АЧ
A
АЧ
ПК
M
A
k
A
А
k
k
AG
A
ЕП
J
А
$payment = Payment::firstOrCreate([
'status' => 0,
'user_id' => $user_id,
'plan_id' => $plan_id,
'description' => $plan->name,
'paymentType' => $type,
'amount' => $plan->amount,
], [
'created_at' => $now,
'updated_at' => $now,
]);
E
$payment = Payment::firstOrCreate([
'status' => 0,
'user_id' => $user_id,
'plan_id' => $plan_id,
'description' => $plan->name,
'paymentType' => $type,
'amount' => $plan->amount,
], [
'created_at' => $now,
'updated_at' => $now,
]);
А