@if (count($groups) > 0)

The Tech Capital

Award Categories

@foreach($groups as $group) {{ $group }} @foreach($categories[$group] as $category)

{{ $category['name'] }} Category {{$category['name']}} @if (isset($category['filename']) && isset($category['url']) && isset($category['caption'])) {{ $category['caption'] }} {{ $category['caption'] }} @endif @if (isset($category['caption']) && !(isset($category['filename']) && isset($category['url']))) {{ $category['caption'] }} @endif

{!! nl2br($category['content']) !!}

@if (isset($category['criteria']))
@if ($open === $category['id'])
{!! nl2br($category['criteria']) !!}
@endif
@endif
@endforeach @if (!$loop->last)
@endif @endforeach
@else @if (count($categories) > 0)

The Tech Capital

Award Categories

@foreach($categories as $category)

{{ $category->name }} Category {{$category->name}} @if ($category->filename && $category->url && $category->caption) {{ $category->caption }} {{ $category->caption }} @endif @if ($category->caption && !($category->filename && $category->url)) {{ $category->caption }} @endif

{!! nl2br($category->content) !!}

@endforeach
@endif @endif