@php
$count = 0;
@endphp
@if(isset($thoughts))
@foreach($thoughts as $thought)
@php
$count++;
@endphp
@if($count%2 <> 0)
@else
@endif
@endforeach
@endif
@if($count < 1)
@endif
No Thought Found!
Thought Categories
- All ({{$totalThoughts}}) @foreach($categories as $category)
- {{$category->name}} ({{count($category->thoughts)}}) @endforeach
Quick Links
-
@foreach($quicklinks as $quicklink)
- {{$quicklink->title}} @endforeach
}})