retrofairie/resources/views/categories/show.blade.php
2025-02-23 11:52:18 -08:00

5 lines
143 B
PHP

<x-layout :title="'Category: '. $category->name">
<x-window>
<a href="{{ route('categories.index') }}">All</a>
</x-window>
</x-layout>