9 lines
168 B
PHP
9 lines
168 B
PHP
<x-app-layout>
|
|
<x-slot:header>
|
|
<h2>Admin</h2>
|
|
</x-slot>
|
|
|
|
<p>You're logged in!</p>
|
|
|
|
<a href="{{ route('categories.index') }}">Categories</a>
|
|
</x-app-layout>
|