@@ -93,8 +93,8 @@ |
||
| 93 | 93 | Mail::to(config('xetaravel.site.contact_email'))->send(new Contact($details)); |
| 94 | 94 | |
| 95 | 95 | return redirect() |
| 96 | - ->route('page.contact') |
|
| 97 | - ->success('Thanks for contacting me ! I will answer you as fast as I can !'); |
|
| 96 | + ->route('page.contact') |
|
| 97 | + ->success('Thanks for contacting me ! I will answer you as fast as I can !'); |
|
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | /** |