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

ALTERAR DEMONSTRATIVOS FINANCEIROS:

@if ($errors->any())
@endif
Demonstrativos Financeiros:
@if($financialReports[0]->tipoarq == 0 || $financialReports[0]->tipoarq == 1 || $financialReports[0]->tipoarq == 2)
@elseif($financialReports[0]->tipoarq == 3)
@endif
@endsection