@if(!isAdminUser() && !isMasterAdmin()) @php $getFinancialYears = getFinancialYears(); $currentFNY = session('fny_title'); @endphp @if($currentFNY && !empty($getFinancialYears))
    @foreach($getFinancialYears as $key => $title) {{ $title }} @endforeach
    @endif
  • {{-- 2 --}}

    {!! __('admin.notifications') !!}

    @php $logsNotification = getLogsNotification('admin'); @endphp @if(isset($logsNotification) && count($logsNotification) > 0) @foreach($logsNotification as $logNotify)
    • {!! $logNotify->comment !!}

      {!! dateFormat($logNotify->created_at, 'D d M') !!} - {!! $logNotify->full_name !!}

    @endforeach
    • {!! __('admin.see_more') !!}
    @endif
  • @endif @if(isAdmin() && !isMasterAdmin()) {{--
  • @php $authImage = config('constants.DUMMY_IMAGE'); if(auth()->user()) { $authImage = auth()->user()->photo; } @endphp
  • --}}
  • @php $authImage = config('constants.DUMMY_IMAGE'); if(auth()->user()) { $authImage = auth()->user()->photo;} @endphp
    Profile {!!__('subscription-plans.subscription_plans') !!}
  • @endif
    @if(!isAdminUser()) Account setting @endif Payment setting Add Account Access setting Privacy & Security Restore & Backup Export Language Log Out