@extends('layouts.admin') @section('title') Account List @endsection @section('content')
Account Created | Account Updated | |
---|---|---|
{{ $user->email }} @if($user->root_admin === 1)Administrator@endif |
{{ $user->created_at }} | {{ $user->updated_at }} |