@extends('conferences.dashboard') @section('content')
| # | Name | Actions | ||
|---|---|---|---|---|
| {{ $i }} | {{ $usr->title . " " . $usr->last_name . " " . $usr->first_name }} @if ($usr->isAdmin()) @if ($user->isAdmin()) Administrator @else Administrator @endif @else @if ($usr->isAuthoring($conf)) author @endif @if ($usr->isReviewing($conf)) reviewer @endif @if ($usr->isOrganizing($conf)) organizer @endif @endif | @if(!$usr->isAdmin()) @if (!$usr->isReviewing($conf)) Set Reviewer @endif @if (!$usr->isOrganizing($conf)) Set Organizer @endif @if (!$usr->isAuthoring($conf)) Set Author @endif @if ($user->isAdmin()) Set Admin @endif @endif | ||