{if $gallery["photos"]->count() === 1} {loop $gallery['photos'] as $i => $photo} {$photo['description']} {/loop} {else} {{ $amount = $gallery['photos']->count(); $width = "m-6"; if ($amount > 4) { $width = "m-4"; } if ($amount > 8) { $width = "m-3"; } if ($amount > 16) { $width = "m-2"; } }} {loop $gallery['photos'] as $i => $photo}
{$gallery['title']}
{/loop} {/if}