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

Dashboard/ Post a Deal

@csrf
Post a Deal
{{-- default image --}}
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

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

get('generate_enquiry') !='' || Session()->get('generate_enquiry_tl') !='' || Session()->get('generate_enquiry_smfinancial') !='' || Session()->get('generate_enquiry_tlsaarthi') !='') style="display:none;" @endif>
user()->role != 'superadmin') style="display:none;" @endif>

Product Manager Details

@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($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 == 'ProductManager') @endif @if((Session()->get('generate_enquiry') !='' || Session()->get('generate_enquiry_tl') !='' || Session()->get('generate_enquiry_smfinancial') !='' || Session()->get('generate_enquiry_tlsaarthi') !='') && $next_pm_id >0) @endif @endsection