main system
This commit is contained in:
parent
0baac018a2
commit
a96d7d5c77
115 changed files with 4589 additions and 557 deletions
|
|
@ -20,11 +20,8 @@ class MailContact extends Mailable
|
|||
public function __construct($data)
|
||||
{
|
||||
$this->data = $data;
|
||||
$this->user_shop = Util::getUserShop();
|
||||
$this->subject = __('email.your_request_from').' mivita.care';
|
||||
if($this->user_shop){
|
||||
$this->subject = __('email.your_request_from')." ".$this->user_shop->slug.'.mivita.care';
|
||||
}
|
||||
$this->subject = __('email.your_request_from').' gruene-seele.bio';
|
||||
|
||||
}
|
||||
|
||||
public function build()
|
||||
|
|
@ -42,10 +39,8 @@ class MailContact extends Mailable
|
|||
$this->data['salutation'] = 'Frau';
|
||||
}
|
||||
}
|
||||
$copy1line = __('email.your_request_from')." mivita.care";
|
||||
if($this->user_shop){
|
||||
$copy1line = __('email.your_request_from')." ".$this->user_shop->slug.'.mivita.care';
|
||||
}
|
||||
$copy1line = __('email.your_request_from')." gruene-seele.bio";
|
||||
|
||||
|
||||
return $this->view('emails.contact')->with([
|
||||
'salutation' => $salutation,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ class MailSyS extends Mailable
|
|||
$this->action = $action;
|
||||
|
||||
if($this->action === "log"){
|
||||
$this->subject = 'mivita Logger';
|
||||
$this->subject = 'gruene-seele Logger';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue