@if ($title = $shortcode->title)

{{ $title }}

@endif @if($subtitle = $shortcode->subtitle)

{{ $subtitle }}

@endif
@foreach($tabs as $tab) @php $team = \Botble\Team\Models\Team::query()->find($tab['account']); @endphp @continue(! $team) @endforeach
{{ __('Forum') }} {{ __('Topics') }} {{ __('Comments') }} {{ __('Latest Post') }}
{{ __('Image') }}

{{ $tab['title'] }}

{{ $tab['description'] }}

{{ $tab['topics'] }} {{ $tab['comments'] }} @if($team)
{{ $team->name }}
{{ $team->name }} {{ $team->created_at->diffForHumans() }}
@else
{{ __('No account') }}
@endif