@extends('salary::reports.base') @section('content')
Tipo | Importe |
---|---|
{{ strtoupper($contrato) }} | $ {{ number_format($importe, 2, ',', '.') }} |
Asignaciones: | $ {{ number_format($reporte['asignaciones'], 2, ',', '.') }} |
Aportes patronales: | $ {{ number_format($reporte['patronal'], 2, ',', '.') }} |
Total: | $ {{ number_format($reporte['total'], 2, ',', '.') }} |
{{ $data['organization_name']}}, {{ now()->isoFormat('LL') }}