{{-- Public landing page --}} @extends('layouts.app') @section('content') @if($showGreeter) @include('_greeter') @endif
@icon(fa-users fa-pr fa-large)

Users

@icon(fa-table fa-pr fa-large)

Popular Tables

@if(authed() && user()->confirmed) New @endif
@include('profile._table-list', ['showAuthors' => true])
@endsection