@extends('painel.layouts.dashboard') @section('title', 'Folha Pagamento') @section('title-dashboard') Folha Pagamento @endsection @section('pg-home') @endsection @section('content') @parent
@include('painel/folha_pagamento/create')
@if($displayEdit == 'displayblock') @include('painel/folha_pagamento/edit') @endif
Lista de Folha Pagamento
@if(Auth::User()->tipos_user_id == 1 and $config->tipo_folha == 'XLS') @endif {{-- */$x=0;/* --}} @foreach($folha_pagamento as $item) {{-- */$x++;/* --}} @if(Auth::User()->tipos_user_id == 1 and $config->tipo_folha == 'XLS') @endif @endforeach
{{trans('padrao.editar')}} Código {{ trans('folha_pagamento.nome') }} {{ trans('folha_pagamento.mes') }} {{ trans('folha_pagamento.ano') }} Atualizar{{trans('padrao.excluir')}}
{{ $item->id }} {{ $item->nome }} {{ $item->mes }} {{ $item->ano }}
@endsection