public function index()
{
$s =DB::select(' select c.Course_name, pc.Course_name from courses c inner join
prerequsites p on c.course_id=p.course_id inner join courses pc
on p.Has_Pre=pc.Course_id');
return view('Home')->with('s', $s);
}
هذا الاستعلام يعيد المواد ومتطلبات المواد كيف يمكنني انشاء جدول في صفحة blade.php والحصول على نتيجة كما موضح في الصورة