{{ $companySetting->company_name }}
{{ implode(' | ', array_filter([
$companySetting->state ? 'State: ' . $companySetting->state : '',
$companySetting->gst_no ? 'GST: ' . $companySetting->gst_no : '',
$companySetting->pan_card_no ? 'PAN: ' . $companySetting->pan_card_no : ''
])) }}
@endif
@if(($companySetting->footer_display ?? true) && !empty($footerImageBase64))
@endif
1. Client & Property Details
| Client Name |
{{ $siteVisit->client_name ?? '-' }} |
Trans Co |
{{ $siteVisit->trans_co ?? '-' }} |
| Project Name |
{{ $siteVisit->project_name ?? '-' }} |
POC Name |
{{ $siteVisit->poc_name ?? '-' }} |
| Inspection Date |
{{ $siteVisit->inspection_date ? $siteVisit->inspection_date->format('d-m-Y') : '-' }} |
Tower Number |
{{ $siteVisit->tower_number ?? '-' }} |
| Owner Name |
{{ $siteVisit->owner_name ?? '-' }} |
Survey Number |
{{ $siteVisit->survey_number ?? '-' }} |
| Location |
{{ implode(', ', array_filter([$siteVisit->village, $siteVisit->taluka, $siteVisit->district])) ?: '-'
}}
|
2. Location & Land Specifications
| Distance from Road |
{{ $siteVisit->road_distance ?? '-' }} |
Boundary Wall & Type |
{{ $siteVisit->boundary_wall_type ?? '-' }} |
| Land Type |
{{ $siteVisit->land_type ?? '-' }} |
Market Rate Unit |
{{ $siteVisit->market_rate ?? '-' }} |
| Reference |
{{ $siteVisit->reference ?? '-' }} |
@if(!empty($siteVisit->guideline_rate) || !empty($siteVisit->percentage_details) ||
!empty($siteVisit->market_rate_per_sqm))
3. Rate Calculation & Percentage Breakdown
| Guideline Rate |
₹ {{ $siteVisit->guideline_rate ?? '0' }} |
Market Rate per Sq.Meter |
₹ {{ $siteVisit->market_rate_per_sqm ?? '-' }}
|
@if(!empty($siteVisit->percentage_details) && is_array($siteVisit->percentage_details))
4. Line & GETCO Information
| Name of Line |
{{ $siteVisit->line_name ?? '-' }} |
Created By |
{{ $siteVisit->creator?->name ?? 'System' }} |
| Name of GETCO Circle |
{{ $siteVisit->getco_circle ?? '-' }} |
Name of GETCO Division |
{{ $siteVisit->getco_division ?? '-' }} |
@if(!empty($siteVisit->remarks))
5. Observations & Remarks
6. Site Inspection Pictures ({{ count($picturesBase64) }} Images)
7. GPS Location & Map Coordinates
| Latitude |
{{ $siteVisit->latitude }} |
Longitude |
{{ $siteVisit->longitude }} |
| Google Maps Link |
https://www.google.com/maps?q={{ $siteVisit->latitude }},{{ $siteVisit->longitude }}
|
@if(!empty($mapBase64))