@if($errors->has('deal_name'))
{{ $errors->first('deal_name') }}
@endif
@if($errors->has('actual_name'))
{{ $errors->first('actual_name') }}
@endif
@if($errors->has('name_of_business'))
{{ $errors->first('name_of_business') }}
@endif
@if($errors->has('location_of_business'))
{{ $errors->first('location_of_business') }}
@endif
@if($errors->has('industry_sector_id'))
{{ $errors->first('industry_sector_id') }}
@endif
@if($errors->has('noofEmploylist'))
{{ $errors->first('noofEmploylist') }}
@endif
@if($errors->has('annualRevenue'))
{{ $errors->first('annualRevenue') }}
@endif
Description of the deal
@if($errors->has('short_description'))
{{ $errors->first('short_description') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if($errors->has('promoters1'))
{{ $errors->first('promoters1') }}
@endif
@if($errors->has('investmentamount'))
{{ $errors->first('investmentamount') }}
@endif
@if($data['edit_enquiry']['createdbyadminid'] >0 || ($data['edit_enquiry']['createdby'] !='dpbuddy' && $data['edit_enquiry']['createdby'] !='dpuser'))
@if(!empty($assigned_user) && isset($assigned_user->name))
{{$assigned_user->name}}
@else
-
@endif
@endif
user()->role != 'superadmin') style="display:none;" @endif>
Product Manager
@php
$consultants_name = '';
if($data['consultants']){
$consultants_name = json_decode( $data['consultants'][0]['name']) ;
$consultants_email = json_decode( $data['consultants'][0]['email']) ;
$consultants_mobile = json_decode( $data['consultants'][0]['mobile']) ;
}
@endphp
@if ($consultants_name)
@for ($i=0; $i < count($consultants_name); $i++)
@endfor
@else
@endif
user()->role == 'ProjectLead') style="display:none;" @endif>
@if($errors->has('supporting_documents'))
{{ $errors->first('supporting_documents') }}
@endif
Please upload deal supporting document. E.g. Project Report, Introductory Profile or Information Memorandum.