@extends('layout.manage') @section('css_page_level') @endsection @section('page-content-wrapper')

@inject('Setting','anlutro\LaravelSettings\SettingStore') @inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}

@if( count(Sentinel::department()) > 0 || Sentinel::check()->username == 'admin' || Sentinel::check()->department == '99999') @endif @if(Sentinel::check()->username === 'admin') @endif @if(Sentinel::check()->username === 'admin' || Sentinel::check()->department == '99999') @endif
@foreach ($users as $user) @endforeach
帳號 姓名 @lang('messages.tel2') @lang('messages.mobile') @lang('messages.status') @lang('messages.action')
{{$user->username}} {{$user->name}} {{$user->tel}} {{$user->mobile}} @if($user->status == '0') @lang('messages.inactive') @elseif($user->status == '1') @lang('messages.normal') @endif
@endsection @section('plugins_page_level') @endsection @section('js_page_level')