@extends('layouts.pdf') @php $unofficial = CommonHelper::getBranchSettings($branch->id, 'is_unofficial'); // dd($unofficial); @endphp
@include('admin.partials.project-header')

Project Detail

@php $company = $company_investor->company; @endphp
@if (file_exists(public_path($company->logo)) && $company->logo != null) @endif
Company Type : {{ $company->is_official == 1 ? 'Official' : 'UnOfficial' }} Company
Company Name : {{ $company->name }}
Company Address : {{ $company->address ?? '-' }}
{{ $branch->unofficial_company->name }} (Un-Official)
Investor Percentage
{{ $company->headInvestor->investor->name ?? '-' }} {{ $company->companyInvestor->sum('share_in_percentage' ?? 0) - $company_investor->share_in_percentage }} %
{{ $company_investor->investor->name }} {{ $company_investor->share_in_percentage }} %
@if ($branch->hand_over_date != null) @else @endif @if ($branch->company != null) @endif
Details
Name {{ $branch->name }} Project Type {{ str_replace('_', ' ', $branch->project_type) }}
Land Area {{ $branch->land_area }} Launch Date {{ date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $branch->launching_date)))) }}
Facing Type {{ $branch->facing ?? '-' }} Hand Over Date {{ date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $branch->hand_over_date)))) }} -
Company Name {{ $branch->company->name ?? '-' }} Company Share {{ $branch->total_share }} %
Location {{ $branch->location }}
________________________________________
CEO
{{ $company->headInvestor->investor->name ?? '-' }}
________________________________________
Partner
{{ $company_investor->investor->name ?? '-' }}