@extends('web.layouts.app', ['title' => $community->name]) @section('content')

{{ $community->name }}

{{ $community->description }}

{{ $community->visibility }}

Members

@foreach($members as $member) {{ $member->username }} @endforeach
@endsection