@if(isset($publicPath) && $publicPath) @else @endif
@include('template.company-info') @include('template.client-info', ['client' => $project->client])
@include('template.project-info', ['project' => $project])
@if(isset($report->roof)) @endif @if(isset($report->total_area) && isset($report->total_area_pitch) && isset($report->total_square) && isset($report->slopes)) @endif @if(isset($report->total_area_pitch)) @endif
@foreach($report->roof as $roof) @endforeach
{{ $roof->name }}
{{ $roof->total }}
{{ __('lang.total_area') }}
{{ $report->total_area }}
{{ __('lang.waste_factor') }}
{{ $report->waste_factor }}
{{ __('lang.squares') }}
{{ $report->total_square }}
{{ __('lang.slopes') }}
{{ $report->slopes }}
@foreach($report->total_area_pitch as $pitch) @endforeach
{{ $pitch->number_area }} {{ $pitch->total_area }}
@if($imageDistance)
@foreach($report->roof as $roof) @endforeach
{{ $roof->name }}
{{ $roof->total }}
@endif @if($imageArea)
@foreach($report->roof as $roof) @endforeach
{{ $roof->name }}
{{ $roof->total }}
@endif @if($imagePitch)
@foreach($report->roof as $roof) @endforeach
{{ $roof->name }}
{{ $roof->total }}
@endif