user()->role != 'superadmin') style="display:none;" @endif>
@if($errors->has('deal_name'))
{{ $errors->first('deal_name') }}
@endif
@if($errors->has('actual_name'))
{{ $errors->first('actual_name') }}
@endif
@if($errors->has('location_of_business'))
{{ $errors->first('location_of_business') }}
@endif
@if($errors->has('nature_deal_id'))
{{ $errors->first('nature_deal_id') }}
@endif
@if($errors->has('industry_sector_id'))
{{ $errors->first('industry_sector_id') }}
@endif
@if($errors->has('revenue'))
{{ $errors->first('revenue') }}
@endif
@if($errors->has('ebitda'))
{{ $errors->first('ebitda') }}
@endif
@if($errors->has('deal_size_id'))
{{ $errors->first('deal_size_id') }}
@endif
@if($errors->has('investmentamount'))
{{ $errors->first('investmentamount') }}
@endif
@if($errors->has('short_description'))
{{ $errors->first('short_description') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@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++)
user()->role == 'ProjectLead') readonly @endif
/>
@if($errors->has('name.0'))
{{ $errors->first('name.0') }}
@endif
user()->role == 'ProjectLead') readonly @endif
/>
@if($errors->has('email.0'))
{{ $errors->first('email.0') }}
@endif
user()->role == 'ProjectLead') readonly @endif
/>
@if($errors->has('mobile.0'))
{{ $errors->first('mobile.0') }}
@endif
@if ($i==0)
@else
@endif
@endfor
@else
@if($errors->has('name.0'))
{{ $errors->first('name.0') }}
@endif
@if($errors->has('email.0'))
{{ $errors->first('email.0') }}
@endif
@if($errors->has('mobile.0'))
{{ $errors->first('mobile.0') }}
@endif
@endif
Investor |
Status |
Interested Status |
Final Status |
Remark |
Date |
@foreach($ib_deal_calls as $tl)
{{$tl->investor}} |
{{$tl->status}} |
{{$tl->interested_status}} |
{{$tl->final_status}} |
{{$tl->remark}} |
{{ \Carbon\Carbon::parse($tl->created_at)->format('d-M-Y @ H:i:s')}}
|
@endforeach
@if ($data['deals']['signed_mandate_available_doc'])
@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.
{{--
@if($errors->has('confidential'))
{{ $errors->first('confidential') }}
@endif --}}
@if(!empty($data['deals']['term_sheet']))
@endif
@if($errors->has('term_sheet'))
{{ $errors->first('term_sheet') }}
@endif
@if(!empty($data['deals']['dd']))
@endif
@if($errors->has('dd'))
{{ $errors->first('dd') }}
@endif
@if(!empty($data['deals']['agreement']))
@endif
@if($errors->has('agreement'))
{{ $errors->first('agreement') }}
@endif
@if($errors->has('final_consideration'))
{{ $errors->first('final_consideration') }}
@endif
@if($errors->has('fee'))
{{ $errors->first('fee') }}
@endif
user()->role == 'ProjectLead') style="display:none;" @endif>
user()->role == 'ProjectLead' && Auth::guard('admin')->user()->id !=32) style="display:none;" @endif>