Changeset 6b10b67 for resources/views/employees.blade.php
- Timestamp:
- 01/29/24 13:15:08 (10 months ago)
- Branches:
- main
- Children:
- cf84baa
- Parents:
- 75151c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/employees.blade.php
r75151c6 r6b10b67 9 9 <!-- Fonts --> 10 10 <link rel="preconnect" href="https://fonts.bunny.net"> 11 <link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet" 11 <link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet"/> 12 12 13 13 <!-- Styles --> 14 14 <style> 15 15 @import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap'); 16 .font-family-karla { font-family: karla; } 17 .bg-sidebar { background: #3d68ff; } 18 .cta-btn { color: #3d68ff; } 19 .upgrade-btn { background: #1947ee; } 20 .upgrade-btn:hover { background: #0038fd; } 21 .active-nav-link { background: #1947ee; } 22 .nav-item:hover { background: #1947ee; } 23 .account-link:hover { background: #3d68ff; } 16 17 .font-family-karla { 18 font-family: karla; 19 } 20 21 .bg-sidebar { 22 background: #3d68ff; 23 } 24 25 .cta-btn { 26 color: #3d68ff; 27 } 28 29 .upgrade-btn { 30 background: #1947ee; 31 } 32 33 .upgrade-btn:hover { 34 background: #0038fd; 35 } 36 37 .active-nav-link { 38 background: #1947ee; 39 } 40 41 .nav-item:hover { 42 background: #1947ee; 43 } 44 45 .account-link:hover { 46 background: #3d68ff; 47 } 24 48 </style> 25 49 <script src="https://cdn.tailwindcss.com"></script> … … 30 54 <div class="p-6"> 31 55 <a href="#" class="text-white text-3xl font-semibold uppercase hover:text-gray-300">Началник</a> 32 <button class="w-full bg-white cta-btn font-semibold py-2 mt-5 rounded-br-lg rounded-bl-lg rounded-tr-lg shadow-lg hover:shadow-xl hover:bg-gray-300 flex items-center justify-center"> 56 <button 57 class="w-full bg-white cta-btn font-semibold py-2 mt-5 rounded-br-lg rounded-bl-lg rounded-tr-lg shadow-lg hover:shadow-xl hover:bg-gray-300 flex items-center justify-center"> 33 58 <i class="fas fa-plus mr-3"></i> Додади полицаец 34 59 </button> … … 56 81 </a> 57 82 </nav> 58 <a href="#" class="absolute w-full upgrade-btn bottom-0 active-nav-link text-white flex items-center justify-center py-4"> 83 <a href="#" 84 class="absolute w-full upgrade-btn bottom-0 active-nav-link text-white flex items-center justify-center py-4"> 59 85 <i class="fas fa-arrow-circle-up mr-3"></i> 60 86 Поставки за профил … … 67 93 <div class="w-1/2"></div> 68 94 <div x-data="{ isOpen: false }" class="relative w-1/2 flex justify-end"> 69 <button @click="isOpen = !isOpen" class="realtive z-10 w-12 h-12 rounded-full overflow-hidden border-4 border-gray-400 hover:border-gray-300 focus:border-gray-300 focus:outline-none"> 95 <button @click="isOpen = !isOpen" 96 class="realtive z-10 w-12 h-12 rounded-full overflow-hidden border-4 border-gray-400 hover:border-gray-300 focus:border-gray-300 focus:outline-none"> 70 97 <img src="https://source.unsplash.com/uJ8LNVCBjFQ/400x400"> 71 98 </button> … … 95 122 Контролна табла 96 123 </a> 97 <a href="/employees" 124 <a href="/employees" class="flex items-center active-nav-link text-white py-2 pl-4 nav-item"> 98 125 <i class="fas fa-sticky-note mr-3"></i> 99 126 Вработени … … 108 135 </a> 109 136 110 <a href="/finished_cases" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 137 <a href="/finished_cases" 138 class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 111 139 <i class="fas fa-calendar mr-3"></i> 112 140 Архива … … 126 154 127 155 </nav> 128 <button class="w-full bg-white cta-btn font-semibold py-2 mt-5 rounded-br-lg rounded-bl-lg rounded-tr-lg shadow-lg hover:shadow-xl hover:bg-gray-300 flex items-center justify-center"> 156 <button 157 class="w-full bg-white cta-btn font-semibold py-2 mt-5 rounded-br-lg rounded-bl-lg rounded-tr-lg shadow-lg hover:shadow-xl hover:bg-gray-300 flex items-center justify-center"> 129 158 <i class="fas fa-plus mr-3"></i> Нов извештај 130 159 </button> … … 134 163 <main class="w-full flex-grow p-6"> 135 164 <h1 class="text-3xl text-black pb-6">Контролна табла</h1> 136 137 165 138 166 … … 152 180 </thead> 153 181 <tbody class="text-gray-700"> 154 <tr> 155 <td class="w-1/3 text-left py-3 px-4">Lian</td> 156 <td class="w-1/3 text-left py-3 px-4">Smith</td> 157 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 158 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 159 </tr> 160 <tr class="bg-gray-200"> 161 <td class="w-1/3 text-left py-3 px-4">Emma</td> 162 <td class="w-1/3 text-left py-3 px-4">Johnson</td> 163 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 164 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 165 </tr> 166 <tr> 167 <td class="w-1/3 text-left py-3 px-4">Oliver</td> 168 <td class="w-1/3 text-left py-3 px-4">Williams</td> 169 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 170 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 171 </tr> 172 <tr class="bg-gray-200"> 173 <td class="w-1/3 text-left py-3 px-4">Isabella</td> 174 <td class="w-1/3 text-left py-3 px-4">Brown</td> 175 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 176 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 177 </tr> 178 <tr> 179 <td class="w-1/3 text-left py-3 px-4">Lian</td> 180 <td class="w-1/3 text-left py-3 px-4">Smith</td> 181 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 182 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 183 </tr> 184 <tr class="bg-gray-200"> 185 <td class="w-1/3 text-left py-3 px-4">Emma</td> 186 <td class="w-1/3 text-left py-3 px-4">Johnson</td> 187 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 188 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 189 </tr> 190 <tr> 191 <td class="w-1/3 text-left py-3 px-4">Oliver</td> 192 <td class="w-1/3 text-left py-3 px-4">Williams</td> 193 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 194 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 195 </tr> 196 <tr class="bg-gray-200"> 197 <td class="w-1/3 text-left py-3 px-4">Isabella</td> 198 <td class="w-1/3 text-left py-3 px-4">Brown</td> 199 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 200 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 201 </tr> 182 183 @foreach($employees as $employee) 184 <tr> 185 <td class="w-1/3 text-left py-3 px-4">{{$employee->first_name}}</td> 186 <td class="w-1/3 text-left py-3 px-4">{{$employee->last_name}}</td> 187 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" 188 href="tel:622322662">{{$employee->contact}}</a></td> 189 <td class="text-left py-3 px-4"><a 190 class="hover:text-blue-500">{{$employee->nationality}}</a></td> 191 </tr> 192 @endforeach 193 194 202 195 </tbody> 203 196 </table> 197 198 204 199 </div> 205 200 </div> … … 214 209 <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script> 215 210 <!-- Font Awesome --> 216 <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" integrity="sha256-KzZiKy0DWYsnwMF+X1DvQngQ2/FxF7MF3Ff72XcpuPs=" crossorigin="anonymous"></script> 211 <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" 212 integrity="sha256-KzZiKy0DWYsnwMF+X1DvQngQ2/FxF7MF3Ff72XcpuPs=" crossorigin="anonymous"></script> 217 213 <!-- ChartJS --> 218 <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.min.js" integrity="sha256-R4pqcOYV8lt7snxMQO/HSbVCFRPMdrhAFMH+vr9giYI=" crossorigin="anonymous"></script> 214 <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.min.js" 215 integrity="sha256-R4pqcOYV8lt7snxMQO/HSbVCFRPMdrhAFMH+vr9giYI=" crossorigin="anonymous"></script> 219 216 220 217 </body>
Note:
See TracChangeset
for help on using the changeset viewer.