added contact us page

This commit is contained in:
franknstayn
2021-07-06 16:03:06 +08:00
parent dc868ab336
commit 389174da94
4 changed files with 46 additions and 4 deletions

View File

@@ -792,4 +792,8 @@ class TeamStoreController extends Controller
$message->to('frank.begornia@yahoo.com')->subject('sample email');
});
}
public function contact(){
return view('contact');
}
}