@extends('layouts.pdf') @section('content')
{{__('lang.details')}} | |||
---|---|---|---|
{{__('lang.name')}} | {{ $investor->name ?? '-' }} | ||
{{__('lang.phone_number')}} | {{ $investor->phone ??'-' }} | {{__('lang.cnic')}} | {{ $investor->cnic ?? '-' }} |
{{__('lang.address')}} | {{ $branch->address ?? '-' }} | ||
{{__('lang.next_of_kin_name')}} | {{ $investor->next_of_kin_name ?? '-' }} | ||
{{__('lang.next_of_kin_cnic')}} | {{ $investor->next_of_kin_cnic ?? '-' }} | {{__('lang.emergency_contact')}} | {{ $investor->emergency_contact ?? '-' }} |
{{__('lang.bank_account_no')}} | {{ $investor->bank_account_no ?? '-' }} |
{{__('lang.project_details')}} | ||||
---|---|---|---|---|
{{__('lang.name')}} | {{ $branch->name }} | {{__('lang.project_type')}} | {{ str_replace('_', ' ', $branch->project_type) }} | |
{{__('lang.land_area')}} | {{ $branch->land_area }} | {{__('lang.launch_date')}} | {{ date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $branch->launching_date)))) }} | |
{{__('lang.facing_type')}} | {{ $branch->facing ?? '-' }} | {{__('lang.hand_over_date')}} | @if ($branch->hand_over_date != null){{ date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $branch->hand_over_date)))) }} | @else- | @endif
{{__('lang.company_name')}} | {{ $branch->company->name ?? '-' }} | {{__('lang.company_share')}} | {{ $branch->total_share }} % | |
{{__('lang.location')}} | {{ $branch->location }} |