@extends('layouts.app') @section('content')
| ID | {{ $folha_pagamento_iten->id }} |
|---|---|
| {{ trans('folha_pagamento_itens.funcionario_id') }} | {{ $folha_pagamento_iten->funcionario_id }} |
| {{ trans('folha_pagamento_itens.mes') }} | {{ $folha_pagamento_iten->mes }} |
| {{ trans('folha_pagamento_itens.ano') }} | {{ $folha_pagamento_iten->ano }} |