@include('head')
Choose an insight
@foreach($titles as $id => $title)
{{$title}}
@endforeach
Submit
Filter by tag
All
@foreach($tags as $tag)
{{$tag}}
@endforeach
Filter by author
All
@foreach($authors as $author)
{{$author}}
@endforeach
@foreach ($display as $cinfo)
{{ $cinfo->author }}
{{ $cinfo->date }}
{{ $cinfo->title }}
{{ $cinfo->tag1 }}
{{ $cinfo->tag2 }}
{{ $cinfo->tag3 }}
@endforeach