{{--section right --}} @php $userDetails = ($data['userDetails']!=null)?$data['userDetails']:getUserDetails(); $addUserStatus = (maxAddUser() <= 0) ? false : true; $auth = Auth::user(); if($users == null && $auth->user_type == 1) $users = getSubUser(); $data['filterid'] = ($data['filterid'] == null) ? $userDetails->userfilter()->first(['filter_type'])->filter_type : $data['filterid']; @endphp
@if($farbklang && $auth->user_type == 1) @endif @if(($farbklang && $auth->user_type == 2) || !$farbklang) @endif
  • {{__('action.calculation_system_dashboard')}}

    {{__('action.year')}}
    {{__('action.month')}}
  • {{__('action.date_system_dashboard')}}

  • {{__('action.sorting_system_dashboard')}}

@if ($auth->user_type == 1)
{{-- user --}}
@if($userDetails->id !== $auth->id) @else @endif {{-- @if($admin->photo == "") {{ucfirst(substr($admin->first_name,0,1)).' '.ucfirst(substr($admin->last_name,0,1)) }} @else {{ucfirst(substr($admin->first_name,0,1)).' '.ucfirst(substr($admin->last_name,0,1)) }} @endif --}}

{{ $admin->fullName}}

{{__('action.no_access2')}}
@if($users != null) @foreach ($users as $user)
{{-- @if($user->photo == "") {{ucfirst(substr($user->first_name,0,1)).' '.ucfirst(substr($user->last_name,0,1)) }} @else {{ucfirst(substr($user->first_name,0,1)).' '.ucfirst(substr($user->last_name,0,1)) }} @endif --}} {{ucfirst(substr($user->first_name,0,1)).' '.ucfirst(substr($user->last_name,0,1)) }}

{{$user->fullName }}

@endforeach @endif {{-- creat user --}} @if($addUserStatus)

{{__('action.create_new_user')}}

@endif
@endif
@if ($auth->user_type == 2 || $auth->user_type == 4)
@endif