From fbf521e6c23ebaa39dcab51c352b58d771ca704b Mon Sep 17 00:00:00 2001 From: Hazem-Ashraf-SE <157379336+Hazem-Ashraf-SE@users.noreply.github.com> Date: Thu, 20 Feb 2025 22:28:28 +0200 Subject: [PATCH] Update welcome.blade.php --- .../resources/views/welcome.blade.php | 61 ++++++++++--------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/WebSecService/resources/views/welcome.blade.php b/WebSecService/resources/views/welcome.blade.php index 1edf3cdc..e572f688 100644 --- a/WebSecService/resources/views/welcome.blade.php +++ b/WebSecService/resources/views/welcome.blade.php @@ -3,35 +3,40 @@
-This is a simple Multiplication table using bootstrap.
+| × | + @for ($col = 1; $col <= 9; $col++) +{{ $col }} | + @endfor +
|---|---|
| {{ $row }} | + @for ($col = 1; $col <= 9; $col++) +{{ $row * $col }} | + @endfor +