���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/zhaagvlk/web.zhaap.com/app__1b5d5ff/Models/Mail/BillPaymentCreate.php
���ѧ٧ѧ�
<?php namespace App\Models\Mail; use App\Models\Utility; use Illuminate\Bus\Queueable; use Illuminate\Mail\Mailable; use Illuminate\Queue\SerializesModels; class BillPaymentCreate extends Mailable { use Queueable, SerializesModels; public $payment; /** * Create a new message instance. * * @return void */ public function __construct($payment) { $this->payment = $payment; } /** * Build the message. * * @return $this */ public function build() { if(\Auth::user()->type == 'super admin') { return $this->view('email.bill_payment_create')->subject('Ragarding to payment succesfully sent')->with('payment', $this->payment); } else { return $this->from(Utility::getValByName('company_email'), Utility::getValByName('company_email_from_name'))->view('email.bill_payment_create')->subject('Ragarding to payment succesfully sent')->with('payment', $this->payment); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.03 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�