@include('livewire.contract-details.style') @include('livewire.due.dashboard.style') {{-- atualizar graficos a cada 20 segundos (20000ms) --}}
{{-- livewire vai ignorar as linhas abaixo --}}
{{-- portanto, o select não vai ter wire:name, e sim um id --}}
CLEAR FILTER
@foreach($columns as $key => $column) @if ($column != 'id') @if ($column == 'Histórico') @else @endif @endif @endforeach @foreach ($registers as $key2=>$register) @foreach ($register as $label => $line) @php $line = strtolower($line); @endphp @if ($label != 'id') @endif @endforeach @endforeach
{{$column}}
{{$column}}
@if ($line == null) - @elseif ($label == 'due') @php $dueValue = $line; @endphp {{$line}} @elseif ($label == 'canal') @switch($line) @case('verde')
@break @case('amarelo')
@break @case('vermelho')
@break @case('cinza')
@break @default {{$line}} @endswitch @elseif ($label == 'pdf')
@else {{$line}} @endif
@push('scripts') @include('livewire.due.pdf.index') @include('bibliotecas.apexcharts') @include('livewire.contract-details.script') @include('livewire.due.dashboard.script') @endpush