contact page, legal pages and category page

This commit is contained in:
elvira
2026-08-26 13:43:30 +03:00
parent 45057f9083
commit fab9cc08a8
38 changed files with 1726 additions and 182 deletions
@@ -0,0 +1,11 @@
<?php
namespace App\Http\Controllers;
class ContactController extends Controller
{
public function index(string $locale)
{
return view('contact');
}
}