validated(); $contact = new Contact(); $contact->fill($validated); $contact->save(); return to_route('contact')->with('success', __('contacts.responses.success')); } }