This commit is contained in:
2025-07-10 18:26:59 +05:45
parent 3c93db14fe
commit de2cec590e
2 changed files with 31 additions and 14 deletions

View File

@ -46,7 +46,7 @@ class WebsiteController extends Controller
{
$channelId = env('CHANNEL_ID');
$videos = fetchVideosByChannel($channelId);
return view('landing.index', [
'videos' => $videos,
'banners' => Banners::get(),