@extends('layouts.app') @section('title', 'Guides') @push('styles') @endpush @section('content')

Shrimp care guides

Browse setup, feeding, water, compatibility, troubleshooting, and shrimp-specific care guides written to support real shrimp keeping decisions and long-term husbandry.

@foreach ($articles as $article)
@if($article->imageUrl()) {{ $article->title }} @endif
{{ $article->category }}
{{ $article->title }}

{{ $article->excerpt }}

@endforeach
{{ $articles->links() }}
@endsection