@extends('index') @section('pagination') @include('commons.activity', ['activities' => $community->activities, 'type' => 'full']) @stop @section('content') @include('homepage.nav')
@include('commons.slideshow', ['slides' => $slides]) @include('commons.channel', ['channels' => $channels]) @if (auth()->check())

{{ __('web.ATTACH_MUSIC') }}
@endif
@yield('pagination')
@endsection