Fixed links on page

This commit is contained in:
Olu Amey
2021-09-12 09:51:37 -04:00
parent 25799745c2
commit 41023e35a6
4 changed files with 12 additions and 8 deletions
+3 -1
View File
@@ -18,6 +18,8 @@ class Home extends BaseController
}
public function contact()
{
return view('contact');
$data =[];
$data['message'] = '';
return view('contact',$data);
}
}