The Tech Capital
Award Categories
@foreach($categories as $category)
{{$category->name}}
@if ($category->filename && $category->url && $category->caption)
{{ $category->caption }}
@endif
@if ($category->caption && !($category->filename && $category->url))
{{ $category->caption }}
@endif
{!! nl2br($category->content) !!}
@endforeach