@extends('layouts.app') @section('title', $page->title) @section('content')

{{ $page->title }}

@if($page->slug === 'doa-policy') @endif @if($page->isHelpPage())

This knowledge-base content is guidance, not a guarantee. Shrimp outcomes still depend on tank age, maintenance routine, stocking, feeding, genetics, and individual animal behaviour.

@endif
{!! $page->content !!}
@endsection