Ignore:
Timestamp:
02/08/24 16:15:01 (9 months ago)
Author:
bube-ristovska <ristovska725@…>
Branches:
main
Children:
6dec591
Parents:
6b10b67
Message:

Added querries half done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/welcome.blade.php

    r6b10b67 rcf84baa  
    2929    <aside class="relative bg-sidebar h-screen w-64 hidden sm:block shadow-xl">
    3030            <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
    3236                <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">
    3337                    <i class="fas fa-plus mr-3"></i> Додади полицаец
     
    7478                        <a href="#" class="block px-4 py-2 account-link hover:text-white">Профил</a>
    7579                        <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>
    7781                    </div>
    7882                </div>
Note: See TracChangeset for help on using the changeset viewer.