@extends('templates.prefeitura3.transparencia.layout') @section('header') Servidores - Portal da Transparência {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('menu')
  • Sobre
  • Legislação
  • Perguntas Frequentes
  • @endsection @section('content')

     SERVIDORES PÚBLICOS

    @php $dataatua = \Illuminate\Support\Facades\DB::connection('another')->table($accont.'_transparencia_folha_flpgo')->orderBy('created_at', 'desc')->wherein('tipoRegistro',['10'])->where('account_id',$portal->id)->first(); @endphp @if(isset($dataatua->created_at))

    Atualizado em: {{date('d/m/Y', strtotime( $dataatua->created_at))}} {{date('H:i:s', strtotime( $dataatua->created_at))}} @endif

    @foreach($dadoscolection as $category) @endforeach
    Matrícula Nome Unidade Cargo Situação Regime Salário Competência
    {{$category->codMatriculaPessoa}} {{$category->nome}} {{$category->dscLotacao}} {{$category->dscCargo}} {{$category->indSituacaoServidorPensionista}} {{$category->sglCargo}} R$ {{number_format($category->vlrRemuneracaoBruta,2,",",".")}} {{$category->competencia}}

    Valor total: R$ @php echo $totalvalor; @endphp

    @if(isset($dataform)) {!! $dadoscolection->appends($dataform)->links() !!} @else {!! $dadoscolection->links() !!} @endif
    @endsection @section('footer') {{-- --}} {{-- --}} @endsection