Commit fde644ec authored by Khumoyunmirzo Sodiqov's avatar Khumoyunmirzo Sodiqov

Release 28.10.2019

parent c90f87a0
...@@ -63,7 +63,7 @@ class HomeController extends Controller ...@@ -63,7 +63,7 @@ class HomeController extends Controller
$to_email = $email; $to_email = $email;
$to_name = $name . ' ' . $lastname . ' | ' . $to_email; $to_name = $name . ' ' . $lastname . ' | ' . $to_email;
$data = array('mes' => $message . ' | ' . $phone); $data = array('mes' => 'Сообщение: '.$message . ' | Номер телефон: ' . $phone);
Mail::send('emails_contact', $data, function ($message) use ($to_name, $to_email) { Mail::send('emails_contact', $data, function ($message) use ($to_name, $to_email) {
$message->to('info@fazoshop.us', $to_name) $message->to('info@fazoshop.us', $to_name)
->subject('Fazo Cargo'); ->subject('Fazo Cargo');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment