@extends('setting.layouts.layout') @section('title',trans('account.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content') @inject('CommonPresenter','App\Presenter\CommonPresenter')
@include('components.validationErrorMessage') {!! csrf_field() !!}

{{ trans('account.title') }}

 {{ trans('account.create_account') }}

{{ trans('account.login_account') }}

{{ trans('account.account_name') }}

{{ trans('account.account_type') }}



{{ trans('account.account_organization') }}

{{ trans('account.account_mail') }}

{{ trans('common.search_result') }}

{{ trans('account.login_account') }}

{{ trans('account.account_name') }}

{{ trans('account.account_type') }}

{{ trans('account.account_organization') }}

{{ trans('common.action') }}

@foreach($dataList as $list)

{!! $CommonPresenter -> getShortenText($list -> login_account) !!}

{!! $CommonPresenter -> getShortenText($list -> account_name) !!}

@foreach($accountTypeList as $sampleList) @if($list -> account_type == $sampleList -> system_code_key) {{ $sampleList -> system_code_value }} @endif @endforeach

{!! $CommonPresenter -> getOrganizationChineseName($list -> account_organization, $organizationList) !!}

@if(session('ACTION_UPDATE') == 'ENABLED') @endif @if(session('ACTION_DELETE') == 'ENABLED') @endif

@endforeach

Page

of {{ $dataList -> lastPage() }}

@endsection