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

8 lines
174 B
PHP

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