Use Laravel Livewire for these pages.
Path: /dashboard
When a user logs in they will see a main page with the following elements:
- An "Add website" button.
- A table of all their websites. (Add a message if empty.)
- Table columns: Name, Url, Updated at, button linking to website page.
Path: /website/{id}
Display the following website table fields: Name, URL, Description should be editable.
Tags should display as checkboxes that can be assigned to the website.
The User should display, but not be editable.
Use Laravel Livewire for these pages.
Path: /dashboard
When a user logs in they will see a main page with the following elements:
Path: /website/{id}
Display the following website table fields: Name, URL, Description should be editable.
Tags should display as checkboxes that can be assigned to the website.
The User should display, but not be editable.