@foreach($threads as $t)
@if(isset($page) && $page == 'drafts') @foreach($t->messages as $m) @endforeach @else @endif

{{$t->creator()->name}}

{{$t->subject}}

@if ($page == "starred")
@endif
@endforeach