@extends('layouts.app') @section('title','Security') @section('header-left')
{{ auth()->user()->email_verified_at ? 'Verified' : 'Unverified' }}
Password
Protected
Account Status
{{ auth()->user()->account_status }}
{{ str_replace('_',' ',$log->action) }}
{{ $log->description }}
{{ $log->ip_address }}
{{ $log->created_at->format('M d, h:i A') }}