@if (Session::has('status') || $errors->any())
@if ( session('status') == 'Error' || $errors->any())
ERROR! Check the email fields, if the problem continue please try again later!.
@else
Success! Thank you for your contact. Our team will contact you soon!.
@endif
@endif