insert([ [ 'restaurant_id' => 1, 'type' => 'privacy', 'description' => 'This Privacy Policy explains how we collect, use, and protect your personal data when you use our Learning Management System (LMS). We prioritize your privacy and comply with data protection laws.', 'created_at' => now(), 'updated_at' => now(), ], [ 'restaurant_id' => 1, 'type' => 'cookie', 'description' => 'Our Cookie Policy explains how we use cookies to improve your experience on our LMS platform. By using our site, you agree to our use of cookies for analytics, personalization, and security.', 'created_at' => now(), 'updated_at' => now(), ], [ 'restaurant_id' => 1, 'type' => 'terms', 'description' => 'These Terms & Conditions outline the rules and regulations for using our LMS. By accessing our platform, you agree to abide by our terms, including content usage, user conduct, and dispute resolution.', 'created_at' => now(), 'updated_at' => now(), ], ]); } }