@extends('layouts.main') @section('title', $company->name) @section('content')
Name
{{ $company->name }}
{{ $company->email }}
Created
{{ $company->created_at->format('M d, Y H:i') }}
| Name | Role | Joined | |
|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
|
{{ $user->email }} | {{ ucfirst($user->role) }} | {{ $user->created_at->format('M d, Y') }} |
| No users | |||