- Timestamp:
- 12/28/23 20:26:05 (11 months ago)
- Branches:
- main
- Children:
- 6b10b67
- Parents:
- c454c0f
- Location:
- resources/views
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/welcome.blade.php
rc454c0f r75151c6 35 35 </div> 36 36 <nav class="text-white text-base font-semibold pt-3"> 37 <a href=" index.html" class="flex items-center active-nav-link text-white py-4 pl-6 nav-item">37 <a href="/" class="flex items-center active-nav-link text-white py-4 pl-6 nav-item"> 38 38 <i class="fas fa-tachometer-alt mr-3"></i> 39 Dashboard40 </a> 41 <a href=" blank.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item">39 Контролна табла 40 </a> 41 <a href="/employees" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item"> 42 42 <i class="fas fa-sticky-note mr-3"></i> 43 Blank Page44 </a> 45 <a href=" tables.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item">43 Вработени 44 </a> 45 <a href="/filter" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item"> 46 46 <i class="fas fa-table mr-3"></i> 47 Tables48 </a> 49 <a href=" forms.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item">47 Филтрирај граѓани 48 </a> 49 <a href="/cases" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item"> 50 50 <i class="fas fa-align-left mr-3"></i> 51 Forms 52 </a> 53 <a href="tabs.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item"> 54 <i class="fas fa-tablet-alt mr-3"></i> 55 Tabbed Content 56 </a> 57 <a href="calendar.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item"> 51 Случаи 52 </a> 53 <a href="/finished_cases" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item"> 58 54 <i class="fas fa-calendar mr-3"></i> 59 Calendar55 Архива 60 56 </a> 61 57 </nav> 62 58 <a href="#" class="absolute w-full upgrade-btn bottom-0 active-nav-link text-white flex items-center justify-center py-4"> 63 59 <i class="fas fa-arrow-circle-up mr-3"></i> 64 Upgrade to Pro!60 Поставки за профил 65 61 </a> 66 62 </aside> … … 76 72 <button x-show="isOpen" @click="isOpen = false" class="h-full w-full fixed inset-0 cursor-default"></button> 77 73 <div x-show="isOpen" class="absolute w-32 bg-white rounded-lg shadow-lg py-2 mt-16"> 78 <a href="#" class="block px-4 py-2 account-link hover:text-white"> Account</a>79 <a href="#" class="block px-4 py-2 account-link hover:text-white"> Support</a>80 <a href="#" class="block px-4 py-2 account-link hover:text-white"> Sign Out</a>74 <a href="#" class="block px-4 py-2 account-link hover:text-white">Профил</a> 75 <a href="#" class="block px-4 py-2 account-link hover:text-white">Помош</a> 76 <a href="#" class="block px-4 py-2 account-link hover:text-white">Одјави се</a> 81 77 </div> 82 78 </div> … … 86 82 <header x-data="{ isOpen: false }" class="w-full bg-sidebar py-5 px-6 sm:hidden"> 87 83 <div class="flex items-center justify-between"> 88 <a href=" index.html" class="text-white text-3xl font-semibold uppercase hover:text-gray-300">Admin</a>84 <a href="/" class="text-white text-3xl font-semibold uppercase hover:text-gray-300">Началник</a> 89 85 <button @click="isOpen = !isOpen" class="text-white text-3xl focus:outline-none"> 90 86 <i x-show="!isOpen" class="fas fa-bars"></i> … … 95 91 <!-- Dropdown Nav --> 96 92 <nav :class="isOpen ? 'flex': 'hidden'" class="flex flex-col pt-4"> 97 <a href=" index.html" class="flex items-center active-nav-link text-white py-2 pl-4 nav-item">93 <a href="/" class="flex items-center active-nav-link text-white py-2 pl-4 nav-item"> 98 94 <i class="fas fa-tachometer-alt mr-3"></i> 99 Dashboard100 </a> 101 <a href=" blank.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item">95 Контролна табла 96 </a> 97 <a href="/employees" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 102 98 <i class="fas fa-sticky-note mr-3"></i> 103 Blank Page104 </a> 105 <a href=" tables.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item">99 Вработени 100 </a> 101 <a href="/filter" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 106 102 <i class="fas fa-table mr-3"></i> 107 Tables108 </a> 109 <a href=" forms.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item">103 Филтрирај граѓани 104 </a> 105 <a href="/cases" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 110 106 <i class="fas fa-align-left mr-3"></i> 111 Forms 112 </a> 113 <a href="tabs.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 114 <i class="fas fa-tablet-alt mr-3"></i> 115 Tabbed Content 116 </a> 117 <a href="calendar.html" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 107 Случаи 108 </a> 109 110 <a href="/finished_cases" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 118 111 <i class="fas fa-calendar mr-3"></i> 119 Calendar120 </a> 121 <a href=" #" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item">112 Архива 113 </a> 114 <a href="/help" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 122 115 <i class="fas fa-cogs mr-3"></i> 123 Support124 </a> 125 <a href=" #" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item">116 Помош 117 </a> 118 <a href="/myprofile" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 126 119 <i class="fas fa-user mr-3"></i> 127 My Account128 </a> 129 <a href=" #" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item">120 Мој профил 121 </a> 122 <a href="/logout" class="flex items-center text-white opacity-75 hover:opacity-100 py-2 pl-4 nav-item"> 130 123 <i class="fas fa-sign-out-alt mr-3"></i> 131 Sign Out 132 </a> 133 <button class="w-full bg-white cta-btn font-semibold py-2 mt-3 rounded-lg shadow-lg hover:shadow-xl hover:bg-gray-300 flex items-center justify-center"> 134 <i class="fas fa-arrow-circle-up mr-3"></i> Upgrade to Pro! 135 </button> 124 Одјави се 125 </a> 126 136 127 </nav> 137 <!--<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">138 <i class="fas fa-plus mr-3"></i> New Report139 </button> -->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"> 129 <i class="fas fa-plus mr-3"></i> Нов извештај 130 </button> 140 131 </header> 141 132 142 133 <div class="w-full overflow-x-hidden border-t flex flex-col"> 143 134 <main class="w-full flex-grow p-6"> 144 <h1 class="text-3xl text-black pb-6"> Dashboard</h1>135 <h1 class="text-3xl text-black pb-6">Контролна табла</h1> 145 136 146 137 <div class="flex flex-wrap mt-6"> … … 155 146 <div class="w-full lg:w-1/2 pl-0 lg:pl-2 mt-12 lg:mt-0"> 156 147 <p class="text-xl pb-3 flex items-center"> 157 <i class="fas fa-check mr-3"></i> Resolved Reports148 <i class="fas fa-check mr-3"></i> Решени случаи 158 149 </p> 159 150 <div class="p-6 bg-white"> … … 163 154 </div> 164 155 165 <div class="w-full mt-12"> 166 <p class="text-xl pb-3 flex items-center"> 167 <i class="fas fa-list mr-3"></i> Latest Reports 168 </p> 169 <div class="bg-white overflow-auto"> 170 <table class="min-w-full bg-white"> 171 <thead class="bg-gray-800 text-white"> 172 <tr> 173 <th class="w-1/3 text-left py-3 px-4 uppercase font-semibold text-sm">Name</th> 174 <th class="w-1/3 text-left py-3 px-4 uppercase font-semibold text-sm">Last name</th> 175 <th class="text-left py-3 px-4 uppercase font-semibold text-sm">Phone</th> 176 <th class="text-left py-3 px-4 uppercase font-semibold text-sm">Email</th> 177 </tr> 178 </thead> 179 <tbody class="text-gray-700"> 180 <tr> 181 <td class="w-1/3 text-left py-3 px-4">Lian</td> 182 <td class="w-1/3 text-left py-3 px-4">Smith</td> 183 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 184 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 185 </tr> 186 <tr class="bg-gray-200"> 187 <td class="w-1/3 text-left py-3 px-4">Emma</td> 188 <td class="w-1/3 text-left py-3 px-4">Johnson</td> 189 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 190 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 191 </tr> 192 <tr> 193 <td class="w-1/3 text-left py-3 px-4">Oliver</td> 194 <td class="w-1/3 text-left py-3 px-4">Williams</td> 195 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 196 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 197 </tr> 198 <tr class="bg-gray-200"> 199 <td class="w-1/3 text-left py-3 px-4">Isabella</td> 200 <td class="w-1/3 text-left py-3 px-4">Brown</td> 201 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 202 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 203 </tr> 204 <tr> 205 <td class="w-1/3 text-left py-3 px-4">Lian</td> 206 <td class="w-1/3 text-left py-3 px-4">Smith</td> 207 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 208 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 209 </tr> 210 <tr class="bg-gray-200"> 211 <td class="w-1/3 text-left py-3 px-4">Emma</td> 212 <td class="w-1/3 text-left py-3 px-4">Johnson</td> 213 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 214 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 215 </tr> 216 <tr> 217 <td class="w-1/3 text-left py-3 px-4">Oliver</td> 218 <td class="w-1/3 text-left py-3 px-4">Williams</td> 219 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 220 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 221 </tr> 222 <tr class="bg-gray-200"> 223 <td class="w-1/3 text-left py-3 px-4">Isabella</td> 224 <td class="w-1/3 text-left py-3 px-4">Brown</td> 225 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="tel:622322662">622322662</a></td> 226 <td class="text-left py-3 px-4"><a class="hover:text-blue-500" href="mailto:jonsmith@mail.com">jonsmith@mail.com</a></td> 227 </tr> 228 </tbody> 229 </table> 230 </div> 231 </div> 156 232 157 </main> 233 158 234 159 <footer class="w-full bg-white text-right p-4"> 235 Built by<a target="_blank" href="https://davidgrzyb.com" class="underline">David Grzyb</a>.160 UI/UX инспирирано од <a target="_blank" href="https://davidgrzyb.com" class="underline">David Grzyb</a>. 236 161 </footer> 237 162 </div> … … 251 176 type: 'bar', 252 177 data: { 253 labels: [' Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],178 labels: ['Јануари', 'Фебруари', 'Март', 'Април', 'Мај', 'Јуни'], 254 179 datasets: [{ 255 label: ' # of Votes',180 label: 'Прва половина на 2023 година', 256 181 data: [12, 19, 3, 5, 2, 3], 257 182 backgroundColor: [ … … 289 214 type: 'line', 290 215 data: { 291 labels: [' Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],216 labels: ['Јануари', 'Фебруари', 'Март', 'Април', 'Мај', 'Јуни'], 292 217 datasets: [{ 293 label: ' # of Votes',218 label: 'До моменталниот месец', 294 219 data: [12, 19, 3, 5, 2, 3], 295 220 backgroundColor: [
Note:
See TracChangeset
for help on using the changeset viewer.