11 lines
408 B
PHP
11 lines
408 B
PHP
<x-layout.admin>
|
|
<x-card class="max-w-3xl mx-auto">
|
|
<x-slot:header class="bg-brand-600!">News Stories</x-slot:header>
|
|
<x-slot:body class="bg-white border border-brand-600">
|
|
<div class="text-right">
|
|
<x-form.button type="link" :href="route('admin.news.create')">New Story</x-form.button>
|
|
</div>
|
|
</x-slot:body>
|
|
</x-card>
|
|
</x-layout.admin>
|