message
parent
53654990f0
commit
9191645dfc
|
|
@ -18,6 +18,6 @@ class FeedbackSender extends Mailable implements ShouldQueue {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function build() {
|
public function build() {
|
||||||
return $this->subject('Сообщение из обратной связи');
|
return $this->subject('Сообщение из обратной связи')->view('mail.feedback.support');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1 @@
|
||||||
|
123
|
||||||
|
|
||||||
@section('content')
|
|
||||||
<p>Вам пришло сообщение с обратной связи.</p>
|
|
||||||
@endsection
|
|
||||||
Loading…
Reference in New Issue