Ignore:
Timestamp:
02/12/24 14:17:23 (9 months ago)
Author:
bube-ristovska <ristovska725@…>
Branches:
main
Children:
2bd3041
Parents:
92df8cd
Message:

Finalized phase 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/register-policeman.blade.php

    r92df8cd r7e9dadd  
    112112        }
    113113
     114        .alert-success {
     115            color: #3c763d;
     116            background-color: #dff0d8;
     117            border-color: #d6e9c6;
     118        }
     119        .alert {
     120            padding: 15px;
     121            margin-bottom: 20px;
     122            border: 1px solid transparent;
     123            border-radius: 4px;
     124            width: 200px;
     125            float: right;
     126        }
    114127    </style>
    115128    <script src="https://cdn.tailwindcss.com"></script>
     
    131144        <a href="/" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item">
    132145            <i class="fas fa-tachometer-alt mr-3"></i>
    133             Сортирај граѓани
     146             Контролна табла
    134147        </a>
    135148        <a href="/employees" class="flex items-center text-white opacity-75 hover:opacity-100 py-4 pl-6 nav-item">
     
    232245
    233246
    234 
    235247        <div class="w-full mt-12">
    236248            <p class="text-xl pb-3 flex items-center">
     
    351363                      </div>
    352364                  </form>
     365                @if(session()->has('message'))
     366                    <div class="alert alert-success">
     367                    <strong>{{ session()->get('message') }}</strong>
     368                    </div>
     369                @endif
     370
    353371            </div>
    354372        </div>
Note: See TracChangeset for help on using the changeset viewer.