update branch

This commit is contained in:
tanch0
2024-06-13 21:02:05 +05:45
parent c25c6475da
commit 8253440371
402 changed files with 40154 additions and 1632 deletions

View File

@ -12,7 +12,10 @@ class WebsiteController extends Controller
}
public function home(){
// return view($this->path.'home');
return ('home');
return view($this->path.'.home');
}
public function single(){
return view($this->path.'.single');
}
}