@extends('users.home.index') @section('content')
| Id | Conference Name |
|---|---|
| {{ $conf->id }} | {{ $conf->name }} @if ($showUser->isAuthoring($conf)) author @endif @if ($showUser->isReviewing($conf)) reviewer @endif @if ($showUser->isOrganizing($conf)) organizer @endif |