@extends('layouts.digitar') @section('Breadcrumbs') {!! Breadcrumbs::render('home') !!} @endsection @section('content')
@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 }}
{{ $docAll }}
{{ count($commissions) }}