@extends('layouts.app') @section('content')
| S/N | Full Name | Email Address | Role | College | Current Status | Actions | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ $count }}. | {{ $user->name }} | {{ $user->email }} | {{ roleName($user->role) }} @if ($user->freshman == 2) (Social) @else @if ($user->freshman) (Natural) @endif @endif | {{ colName($user->college_id) ?? "None" }} | @if ($user->status)active | @else | inactive | @endif |