grade.html (1080B)
1 <!DOCTYPE html> 2 <html lang="eng"> 3 <title>Add User</title> 4 <link rel="stylesheet" href="/views/css/theme.css"> 5 <link rel="stylesheet" href="/views/css/form_template.css"> 6 <link rel="stylesheet" href="/views/css/course.css"> 7 <meta name="viewport" content="width=device-width, initial-scale=1" /> 8 </head> 9 </head> 10 <body> 11 {{ $header }} 12 <div class="flex_container"> 13 <div class ="side_bar"> 14 <div class ="form_card"> 15 <h1>menu</h1> 16 {{ $first_name }} links: 17 {{ $links }} 18 </div> 19 <div class ="form_card"> 20 {{$form}} 21 {{$response}} 22 </div> 23 </div> 24 <div class = "courses"> 25 <div class ="form_card"> 26 <div class="search"> 27 {{$search}} 28 </div> 29 </div> 30 <div class ="form_card"> 31 <div class ="table"> 32 {{$table}} 33 </div> 34 </div> 35 </div> 36 37 </div> 38 </body> 39 </html>