From 11f5d8fb47cb13fd69fd3d720a5cda512fb9a110 Mon Sep 17 00:00:00 2001 From: raccoon254 Date: Fri, 17 May 2024 10:25:13 +0300 Subject: [PATCH] Todo testimonials --- app/Http/Controllers/StaticPageController.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Http/Controllers/StaticPageController.php b/app/Http/Controllers/StaticPageController.php index 3b49937..183eda0 100644 --- a/app/Http/Controllers/StaticPageController.php +++ b/app/Http/Controllers/StaticPageController.php @@ -29,6 +29,11 @@ public function welcome(): View ] ]; + /* Testimonials + * TODO: Replace the dummy testimonials with real testimonials from the database + * Create a Testimonial model and a TestimonialController to fetch testimonials from the database + */ + $testimonials = [ [ 'icon' => 'fas fa-user-graduate',