Changeset cf84baa for resources/views/welcome.blade.php
- Timestamp:
- 02/08/24 16:15:01 (9 months ago)
- Branches:
- main
- Children:
- 6dec591
- Parents:
- 6b10b67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/welcome.blade.php
r6b10b67 rcf84baa 29 29 <aside class="relative bg-sidebar h-screen w-64 hidden sm:block shadow-xl"> 30 30 <div class="p-6"> 31 <a href="#" class="text-white text-3xl font-semibold uppercase hover:text-gray-300">Началник</a> 31 @if (Session::get('is_policeman')) 32 <a href="#" class="text-white text-3xl font-semibold uppercase hover:text-gray-300">Полицаец</a> 33 @else 34 <a href="#" class="text-white text-3xl font-semibold uppercase hover:text-gray-300">Началник</a> 35 @endif 32 36 <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"> 33 37 <i class="fas fa-plus mr-3"></i> Додади полицаец … … 74 78 <a href="#" class="block px-4 py-2 account-link hover:text-white">Профил</a> 75 79 <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>80 <a href="/logout" class="block px-4 py-2 account-link hover:text-white">Одјави се</a> 77 81 </div> 78 82 </div>
Note:
See TracChangeset
for help on using the changeset viewer.