@extends('pdf.reports.layouts.pdf') @section('style') @endsection @section('content') @if ($projects) @foreach($projects as $project) @endforeach @else @endif
Project ID Homeowner Net Sales % Earned Amt Earned Amt Billed Net Position
{{$project['id']}} {{$project['fullName']}} {{AppHelper::formatPrice($project['netSails'])}} {{number_format($project['totalAmEarned'] * 100, 2) }}% {{AppHelper::formatPrice($project['amEarned'])}} {{AppHelper::formatPrice($project['amBilled'])}} {{AppHelper::formatPrice($project['netPosition'])}}
{{$office->OfficeName}} Net Sales % Earned Amt Earned Amt Billed Net Position
{{AppHelper::formatPrice($totals['netSails'])}} {{number_format(($totals['amEarned'] / $totals['amEarnedYts']) * 100,2) }}% {{AppHelper::formatPrice($totals['amEarned'])}} {{AppHelper::formatPrice($totals['amBilled'])}} {{AppHelper::formatPrice($totals['netPosition'])}}
No reports matching the condition
@endsection