{{ $user->email }} + {{ $user->name }} +
+ {{ $user->email }} + @if($user->mfa_values_count > 0) + @icon('lock') + @endif
X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a3a8fef6b2821f99f6f1a9d03f8e19fed325e2d5..refs/pull/3555/head:/resources/views/users/index.blade.php diff --git a/resources/views/users/index.blade.php b/resources/views/users/index.blade.php index 5eef51175..953a12900 100644 --- a/resources/views/users/index.blade.php +++ b/resources/views/users/index.blade.php @@ -1,11 +1,9 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')