@extends('layouts.main') @section('title', 'Company Users') @section('content')
| # | User | Email Status | Created | Actions |
|---|---|---|---|---|
| {{ $companyUsers->firstItem() + $index }} |
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
{{ $user->email }} |
@if($user->email_verified_at) Verified @else Pending @endif | {{ $user->created_at->format('M d, Y') }} |