IT総合Wiki
LaravelのBladeテンプレートで使用するif文に関する記事です。
@if (count($records) === 1) 1レコードある @elseif (count($records) > 1) 複数レコードある @else レコードがない @endif