Commit 3c0e0fbc authored by Khumoyunmirzo Sodiqov's avatar Khumoyunmirzo Sodiqov

Release 28.10.2019

parent 0c2f536f
...@@ -60,7 +60,7 @@ class HomeController extends Controller ...@@ -60,7 +60,7 @@ class HomeController extends Controller
$to_name = $name . ' ' . $lastname; $to_name = $name . ' ' . $lastname;
$to_email = $email; $to_email = $email;
$data = array('mes' => $message . ' | ' . $phone); $data = array('mes' => $message . ' | ' . $phone);
Mail::send('emails', $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');
$message->from($to_email, $to_name); $message->from($to_email, $to_name);
......
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