@php $manifest = json_decode(file_get_contents(public_path('build/manifest.json')), true); @endphp
| NUME | CATEDRA | ROL |
|---|---|---|
| {{ $rp['name'] ?? '' }} | {{ $rp['department']['name'] ?? '' }} | {{ $rp['role'] ?? '' }} |
| TIP | TOTAL CU TVA | TOTAL FARA TVA | MONEDA |
|---|---|---|---|
| {{ $exp?->expenseType?->name ?? '' }} | {{ number_format($exp?->total_with_tva ?? 0, 2, ',', '.') }} | {{ number_format($exp?->total_without_tva ?? 0, 2, ',', '.') }} | {{ $exp?->currency ?? '' }} |
| TOTAL | {{ number_format($project?->expenses?->sum('total_with_tva') ?? 0, 2, ',', '.') }} | {{ number_format($project?->expenses?->sum('total_without_tva') ?? 0, 2, ',', '.') }} | {{ 'lei' }} |
| Responsabilul de proiect | Director de cercetare {{-- / Prorector cercetare --}} | Rector / CA |
| Semnătură: __________________ | Semnătură: __________________ | Semnătură: __________________ |
| Data: | Data: | Data: |