set up list management
This commit is contained in:
parent
0c42bef077
commit
73d6578857
26 changed files with 495 additions and 230 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<div class="text-white flex flex-col gap-5 sm:flex-row sm:justify-between sm:m-5 mt-5 items-center">
|
||||
<x-site-logo/>
|
||||
<div class="text-white flex flex-col gap-5 sm:flex-row justify-between mt-5 items-center pb-5 border-b-2">
|
||||
<x-ui.site-logo/>
|
||||
@auth
|
||||
<ul class="flex flex-row gap-4 font-bold text-2xl my-auto">
|
||||
<li><a href="/lists" wire:navigate>Lists</a></li>
|
||||
<li>Schedule</li>
|
||||
<!-- <li>Schedule</li> -->
|
||||
<li>
|
||||
<form method="POST" action="{{ route('logout') }}" class="inline">
|
||||
@csrf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue