@extends('layouts.pdf') @php $unofficial = CommonHelper::getBranchSettings($items->id, 'is_unofficial'); // dd($unofficial); @endphp @section('content')
{{__('lang.company_type')}} : | {{__('lang.official_company')}} |
{{__('lang.company_name')}} : | {{ $items->official_company->name }} |
{{__('lang.company_address')}} : | {{ $items->official_company->address ?? '-' }} |
Type | : {{ $sell_detail->product->layoutType->name ?? '-' }} |
Address | : {{ $sell_detail->customer->address ?? $sell_detail->customer->mailing_address }} |
Registration No. | : {{ $sell_detail->registration_no }} |
{{__('lang.company_type')}} : | {{__('lang.un_official_company')}} |
{{__('lang.company_name')}} : | {{ $items->unofficial_company->name }} |
{{__('lang.company_address')}} : | {{ $items->unofficial_company->address }} |
Block | : {{ $sell_detail->product->block->name ?? '-' }} |
Status | : {{ $sell_detail->status }} |
{{ $items->official_company->name }} (Official) | |
---|---|
{{__('lang.investor')}} | {{__('lang.percentage')}} |
{{ $investor->investor->name ?? '-' }} | {{ $investor->share_in_percentage }} % |
{{ $items->unofficial_company->name }} (Un-Official) | |
---|---|
{{__('lang.investor')}} | {{__('lang.percentage')}} |
{{ $investor->investor->name ?? '-' }} | {{ $investor->share_in_percentage }} % |
{{__('lang.details')}} | ||||
---|---|---|---|---|
{{__('lang.name')}} | {{$items->name}} | {{__('lang.project_type')}} | {{str_replace('_',' ',$items->project_type)}} | |
{{__('lang.land_area')}} | {{$items->land_area}} | {{__('lang.launch_date')}} | {{date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $items->launching_date))))}} | |
{{__('lang.facing_type')}} | {{$items->facing ?? '-'}} | {{__('lang.hand_over_date')}} | @if($items->hand_over_date != null){{date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $items->hand_over_date))))}} | @else- | @endif
{{__('lang.company_name')}} | {{$items->company->name ?? '-'}} | {{__('lang.company_share')}} | {{ $items->total_share}} % | |
{{__('lang.location')}} | {{$items->location}} |