@extends('layouts.digitar') @section('Breadcrumbs') {!! Breadcrumbs::render('home') !!} @endsection @section('content')

DASHBOARD Algumas informações úteis

@if (session('toastr')) @endif

@if (App\Models\SignatureSigners::where('name', auth()->user()->name)->count() <= 0) 0 @else {{ App\Models\SignatureSigners::whereNull('deleted_at')->where('status', '=', 'PENDING')->where('name', auth()->user()->name)->count() }} @endif

TOTAL DE DOCUMENTOS PARA ESSE USUÁRIO: @if (App\Models\SignatureSigners::where('name', auth()->user()->name)->count() <= 0) 0 @else {{ App\Models\SignatureSigners::whereNull('deleted_at')->where('status', '=', 'PENDING')->where('name', auth()->user()->name)->count() }} @endif

{{ $projLeiAll }}

APROVADOS: {{ $projLeiApr }}

@foreach ($countType as $key => $items) @if ($items['count'])

{{ $key }}: {{ $items['count'] }}

@endif @endforeach

{{ $docAll }}

LIDOS: {{ $docRead }}

@foreach ($countDoc as $key => $items) @if ($items['count'])

{{ $key }}: {{ $items['count'] }}

@endif @endforeach

COMISSÕES

{{ isset($commissions) ? count($commissions) : '0' }}

LISTA DAS COMISSÕES ATIVAS

@endsection