{{-- News and forum columns --}}
@php use Carbon\Carbon; use Illuminate\Support\Str; @endphp @forelse ($forumNews as $item)

{{ $item->topic }}

Written by {{ $item->uname }} on {{ Carbon::parse($item->post_date)->format('j F Y \@ H:i') }}
{!! Str::limit(strip_tags($item->preview ?? ''), 240, '...') !!}
More
@empty

No forum news available.

@endforelse
@forelse ($ourNews as $news)

{{ $news->headline }}

{{ $news->uname }} {{ Carbon::parse($news->create_date)->format('j F Y \@ H:i') }} {{ $news->category_name }} {{ $news->views }} reads {{ $news->num_comments }} comments
@if (!empty($news->picture)) @php $nid = floor($news->news_id / 100); @endphp
{{ $news->headline }}
{!! $news->preview !!}
@else {!! $news->preview !!} @endif More
@empty

No news available.

@endforelse {{-- Site info --}}
Info

Photography, Wallpapers and Skins... Thats Skinbase

Skinbase is the site dedicated to Photography, Wallpapers and Skins for popular applications for every major operating system like Windows, Mac OS X, Linux, iOS and Android

Our members every day uploads new artworks to our site, so don't hesitate and check Skinbase frequently for updates. We also have forum where you can discuss with other members with anything.

On the site toolbar you can click on Categories and start browsing our atwork (photo, desktop themes, pictures) and of course you can download them for free!

We are also active on all major social sites, find us there too

{{-- Latest forum activity --}}
Latest Forum Activity
@forelse ($latestForumActivity as $topic) {{ $topic->topic }} {{ $topic->numPosts }} @empty

No recent forum activity.

@endforelse