{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @extends('layouts.layout_home') @section('title', $forum->name . ' - ' . __('app.forum')) @section('content')

{{ $forum->name }}

{{ $forum->description }}

 


@foreach ($stickies as $sticky)
#{{ $sticky->id }}
@if ($sticky->sticky) @endif @if ($sticky->locked) @endif {{ $sticky->title }}
avatar
{{ $sticky->user->diffForHumans }}
@endforeach
@endsection @section('modal') @endsection @section('javascript') @endsection