@@ -85,8 +85,8 @@ |
||
85 | 85 | Mail::to(config('xetaravel.site.contact_email'))->send(new Contact($details)); |
86 | 86 | |
87 | 87 | return redirect() |
88 | - ->route('page.contact') |
|
89 | - ->with('success', 'Thanks for contacting me ! I will answer you as fast as I can !'); |
|
88 | + ->route('page.contact') |
|
89 | + ->with('success', 'Thanks for contacting me ! I will answer you as fast as I can !'); |
|
90 | 90 | } |
91 | 91 | |
92 | 92 | /** |