Browse Source

fix attendance

master
farhan 4 months ago
parent
commit
d894f47530
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      resources/views/attendance.blade.php

+ 3
- 3
resources/views/attendance.blade.php View File

@@ -1,5 +1,5 @@
1 1
 <!DOCTYPE html>
2
-<html lang="en">
2
+<html lang="en" data-theme="light">
3 3
 <head>
4 4
     <meta charset="UTF-8">
5 5
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -8,8 +8,8 @@
8 8
 
9 9
     @vite(['resources/css/app.css','resources/js/app.js'])
10 10
 </head>
11
-<body class="bg-babyblue">
12
-    <div class="section flex flex-col gap-10">
11
+<body>
12
+    <div class="section flex flex-col gap-10 w-screen h-screen bg-babyblue">
13 13
         <div>
14 14
             <p>VIP ({{count($vips)}})</p>
15 15
             <table class="table">

Loading…
Cancel
Save