New notification page..
This commit is contained in:
@ -57,8 +57,14 @@ class Bill extends Notification
|
||||
public function toArray($notifiable)
|
||||
{
|
||||
return [
|
||||
'template_alias' => $this->template->alias,
|
||||
'bill_id' => $this->bill->id,
|
||||
'bill_number' => $this->bill->document_number,
|
||||
'vendor_name' => $this->bill->contact_name,
|
||||
'amount' => $this->bill->amount,
|
||||
'billed_date' => company_date($this->bill->issued_at),
|
||||
'bill_due_date' => company_date($this->bill->due_at),
|
||||
'status' => $this->bill->status,
|
||||
];
|
||||
}
|
||||
|
||||
@ -68,6 +74,7 @@ class Bill extends Notification
|
||||
'{bill_number}',
|
||||
'{bill_total}',
|
||||
'{bill_amount_due}',
|
||||
'{billed_date}',
|
||||
'{bill_due_date}',
|
||||
'{bill_admin_link}',
|
||||
'{vendor_name}',
|
||||
|
Reference in New Issue
Block a user