@if(count($publications)) @foreach($publications as $department => $platforms)

{{ $department }}

@if(count($platforms)) @foreach($platforms as $post)
{{ $post->platform }} / {{ $post->type }}:
{{ $post->title }}

{{ str_limit(strip_tags($post->content), 150, '...') }}

Link @endforeach @else @lang('admin.No publications planned for today'); @endif
@endforeach @else @lang('admin.No publications planned for today'); @endif