@extends('layouts.app') @section('content')

SUMMARY FINANCIAL REPORT BUSINESS CLUB

{{-- --}}
{{--
--}}
@foreach($progress as $index => $report) @endforeach
No Bulan Nama Perusahaan Omzet HPP Gross Profit Nett Profit Action
{{ $index + 1 }} {{ \Carbon\Carbon::parse($report['created_at'])->format('F Y') }} {{ $report['company']['nama_perusahaan'] }} Rp {{ number_format($report['omzet']['realisasi'], 0, ',', '.') }} Rp {{ number_format($report['hpp']['realisasi'], 0, ',', '.') }} Rp {{ number_format($report['grossProfit']['realisasi'], 0, ',', '.') }} Rp {{ number_format($report['netProfit']['realisasi'], 0, ',', '.') }}
@endsection