- <header style="background-color: #3490dc; padding: 15px 0;">
- <div class="container" style="display: flex; justify-content: space-between; align-items: center; background-color: transparent; box-shadow: none;">
- <div class="logo" style="color: white; font-size: 24px; font-weight: bold;">
- Laravel App
- </div>
-
- <nav>
- <a href="{{ route('form.show') }}" style="color: white; margin-left: 20px; text-decoration: none;">Форма</a>
- <a href="{{ route('data.show') }}" style="color: white; margin-left: 20px; text-decoration: none;">Просмотр данных</a>
- </nav>
- </div>
- </header>
|