@php
$projectPayments = \App\Models\ProjectPayment::where('project_id', request()->route('id'))->get();
$pushToPayment = '';
$startCount = 1;
if ($projectPayments->count() > 0) {
foreach ($projectPayments as $projectPayment) {
$pushToPayment .=
'