{{-- @php(ini_set('memory_limit', '256M')) --}} @extends('reports.layouts.pdf.base') @section('title', 'Consultorios ' . now()) {{-- @extends('reports.layouts.pdf.header', ['event' => 'aa']) --}} @section('content')
| Valor Serviço Prestado | R$ {{ money_view($data['receiptPayment']->value_service_provided) }} |
| OUTROS BENEFICIOS COOPERADOS | R$ {{ money_view($data['receiptPayment']->value_other_cooperative_benefits) }} |
| Total | R$ {{ money_view($data['receiptPayment']->sum_service) }} |
| ISS | R$ {{ money_view($data['receiptPayment']->value_iss) }} |
| IRRF | R$ {{ money_view($data['receiptPayment']->value_irrf) }} |
| Dedução INSS | R$ {{ money_view($data['receiptPayment']->value_inss_deduction) }} |
| INSS Frete | R$ {{ money_view($data['receiptPayment']->value_inss_shipping) }} |
| Pensão Alimentícia | R$ {{ money_view($data['receiptPayment']->value_alimony) }} |
| Outros descontos | R$ {{ money_view($data['receiptPayment']->value_other_discounts) }} |
| Total | R$ {{ money_view($data['receiptPayment']->sum_discount) }} |