<?php namespace App\Services; use App\Mail\VerifyEmail; use App\Models\ContactEmail;
<?php namespace App\Models; use App\Notifications\VerifyEmailNotification; use Illuminate\Contracts\Auth\MustVerifyEmail;