08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -54,6 +54,15 @@ class CMSTravelGuideController extends Controller
|
|||
}
|
||||
|
||||
|
||||
public function test()
|
||||
{
|
||||
//make tree
|
||||
$data = [
|
||||
];
|
||||
|
||||
return view('cms.travel_guide.test', $data);
|
||||
}
|
||||
|
||||
public function detail($id)
|
||||
{
|
||||
if($id === "new") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue