@extends('navbar.default-navbar') @section('content')
Você está em: {{$unidade->name}}

DEMONSTRAÇÕES CONTÁBEIS E PARECERES

@if ($errors->any())
@endif
@foreach ($demonstrativoContaveis->pluck('ano')->unique() as $ano)
Competência {{$ano}}
@foreach ($demonstrativoContaveis as $demonstrativoContabel) @if ($ano === $demonstrativoContabel->ano)
{{$demonstrativoContabel->title}}
Download @if($demonstrativoContabel->status_contabel == 0) @else @endif
@endif @endforeach
@endforeach
@endsection