Files
kulakpos_web/app/Http/Controllers/WebController.php
triagungbiantoro 0e4f3434a3
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s
perubahan UI web + fix menu navigasi di page coba gratis
2026-03-29 13:02:50 +07:00

19 lines
303 B
PHP

<?php
namespace App\Http\Controllers;
use App\Models\Blog;
use App\Models\Plan;
use App\Models\Option;
use App\Models\Feature;
use App\Models\Testimonial;
use App\Models\PosAppInterface;
class WebController extends Controller
{
public function index()
{
return view('index');
}
}