@extends('backend.admin-withouterrmaster') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Dashboard/ Post a Deal

@csrf
Post a Deal
View Documentation
user-avatar

Allowed JPG, GIF or PNG. Max size of 800K

@if($errors->has('deal_image'))
{{ $errors->first('deal_image') }}
@endif
@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


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($errors->has('anyfundingraised'))
{{ $errors->first('anyfundingraised') }}
@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++)
@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
@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
user()->role == 'ProjectLead') style="display:none;" @endif>


@if(Auth::guard('admin')->user()->role == 'ProjectLead') @else @endif



@if(Auth::guard('admin')->user()->role == 'superadmin' || Auth::guard('admin')->user()->role == 'dm') @else @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(Auth::guard('admin')->user()->role == 'ProjectLead') @endif