@extends('layouts.app') @section('title', 'FAQs') @section('content')

Frequently asked questions

This section is designed as a practical shrimp-keeping wiki for new and intermediate keepers. Guidance is intentionally conservative, especially around tank maturity, medication, and fish compatibility.

@foreach ($faqs as $category => $items)

{{ $category }}

@foreach ($items as $faq)

{{ $faq->answer }}
@endforeach
@endforeach
@endsection