sigd/resources/views/modules/reports/crf/report.blade.php

9 lines
326 B
PHP

<div>
<p>LAPORAN SIGD</p>
<p>Common Reporting Format (CRF) - Sektor: {{ $sector->name }}, Tahun Inventory: {{ $sector->inventoryYear }}, Tahun Aktivitas: {{ $sector->activityYear }}</p>
<p>Tanggal Cetak: {{ \Carbon\Carbon::now()->format('Y-m-d') }}</p>
<p></p>
<p></p>
</div>
@include('reports.crf.table')