完善功能

This commit is contained in:
cjd
2026-02-07 22:55:07 +08:00
parent bf3a2e6971
commit ae7c009d28
111 changed files with 980 additions and 10111 deletions

View File

@@ -9,7 +9,7 @@ class ContactController extends Controller
{
public function show()
{
return view('page.contact');
return view('frontend.page.contact');
}
public function store(Request $request)