clean up views
This commit is contained in:
parent
9bb0924f2e
commit
cea65304c3
2 changed files with 3 additions and 6 deletions
|
@ -8,9 +8,6 @@
|
|||
- {{ $title }} @endisset
|
||||
</title>
|
||||
|
||||
<!-- 98.css -->
|
||||
{{-- <link rel="stylesheet" href="https://unpkg.com/98.css" /> --}}
|
||||
|
||||
<!-- Scripts -->
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
</head>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<nav x-data="{ open: false }">
|
||||
<nav>
|
||||
<!-- Primary Navigation Menu -->
|
||||
<div>
|
||||
<!-- Logo -->
|
||||
<a href="{{ route('dashboard') }}">
|
||||
<a href="{{ route('admin') }}">
|
||||
<x-application-logo class="w-20" />
|
||||
</a>
|
||||
|
||||
<!-- Navigation Links -->
|
||||
<a href="{{ route('dashboard') }}">Dashboard</a>
|
||||
<a href="{{ route('admin') }}">Admin</a>
|
||||
|
||||
<!-- Profile -->
|
||||
<a href="{{ route('profile.edit') }}">
|
||||
|
|
Loading…
Reference in a new issue