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

DASHBOARD Algumas informações úteis

@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

{{-- @if (isset($commissions)) --}} {{-- @foreach ($commissions as $c) --}} {{--
--}} {{--
--}} {{--
--}} {{--

{{$c->name}}

--}} {{--
--}} {{--
--}} {{-- @foreach ($c->advices as $advice) --}} {{-- @if ($advice->closed == 1) --}} {{-- @if ($advice->project) --}} {{--
    --}} {{--
  • --}} {{-- {!! $advice->project->project_number . '/' . $advice->project->getYearLawPublish($advice->project->law_date) . '-' . $advice->project->law_type->name !!} --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
  • --}} {{--
--}} {{-- @endif --}} {{-- @if ($advice->document) --}} {{--
    --}} {{--
  • --}} {{-- {!! $advice->document->number . '/' . $advice->document->getYear($advice->document->date) . '-' . $advice->document->document_type->name !!} --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
  • --}} {{--
--}} {{-- @endif --}} {{-- @endif --}} {{-- @endforeach --}} {{--
--}} {{--
--}} {{--
--}} {{-- @endforeach --}} {{-- @endif --}} {{-- modal detalhes --}}
{{-- fim do modal --}} {{-- modal1 detalhes --}}
{{-- --}} @endsection