Level 1
@snapey I got the solution mistake with url name it should be like this
{{ URL::to('user/register/verify/'.$confirmation_code) }}.<br/>
this time email verification is working and I get changes in my database but when I redirect to his profile page it give me error like
Trying to get property 'first_name' of non-object (View: C:\xampp\htdocs\newproject\resources\views\corporate\viewprofile.blade.php)"
why its showing like this I don't know please help.