@extends('layouts.app') @section('content') @php $modelTypeAccent = [ 'anatomy' => 'rose', 'cellular' => 'emerald', 'equipment' => 'sky', 'person' => 'amber', 'place' => 'indigo', 'historical' => 'fuchsia', ]; $hasFilters = ! empty($search) || ! empty($system) || ! empty($species); @endphp
{{ $models->total() }} {{ \Illuminate\Support\Str::plural('model', $models->total()) }} available across {{ count($systems) }} body {{ \Illuminate\Support\Str::plural('system', count($systems)) }}.
No models match your filters.
Try clearing a filter or searching with a different keyword.
@if($hasFilters) Clear all filters → @endif