Project Detail
@if (file_exists(public_path($company->logo)) && $company->logo != null)
|
|
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 }} % |
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 | @if ($branch->hand_over_date != null){{ date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $branch->hand_over_date)))) }} | @else- | @endif
Company Name | {{ $branch->company->name ?? '-' }} | Company Share | {{ $branch->total_share }} % | |
Location | {{ $branch->location }} |
________________________________________ CEO {{ $company->headInvestor->investor->name ?? '-' }} |
________________________________________ Partner {{ $company_investor->investor->name ?? '-' }} |