@include('layouts.navbar')
Business Details
Back
@csrf @method('PUT')
Name:
*
@error('name')
{{ $message }}
@enderror
Email ID:
*
@error('email')
{{ $message }}
@enderror
Mobile Number:
*
@error('phone_number')
{{ $message }}
@enderror
Location:
*
@error('location')
{{ $message }}
@enderror
Industry Name:
*
industry_type) == 'IT & Software Company' ? 'selected' : '' }}>IT & Software Company
industry_type) == 'Marketing Agency' ? 'selected' : '' }}>Marketing Agency
industry_type) == 'Cafe & restaurant' ? 'selected' : '' }}>Cafe & restaurant
industry_type) == 'Manufactoring' ? 'selected' : '' }}>Manufactoring
industry_type) == 'Healthcare & pharmaceutical' ? 'selected' : '' }}>Healthcare & pharmaceutical
industry_type) == 'Construction & Real estate' ? 'selected' : '' }}>Construction & Real estate
industry_type) == 'Food & beverages' ? 'selected' : '' }}>Food & beverages
industry_type) == 'Education' ? 'selected' : '' }}>Education
industry_type) == 'Salon & Spa' ? 'selected' : '' }}>Salon & Spa
industry_type) == 'Wholesale Or Retail' ? 'selected' : '' }}>Wholesale Or Retail
industry_type) == 'Entertainment' ? 'selected' : '' }}>Entertainment
Type of Entity:
*
entity_type) == 'Sole Proprietorship' ? 'selected' : '' }}>Sole Proprietorship
entity_type) == 'Partnership' ? 'selected' : '' }}>Partnership
entity_type) == 'Limited Liability Company (LLC)' ? 'selected' : '' }}>Limited Liability Company (LLC)
entity_type) == 'Corporation' ? 'selected' : '' }}>Corporation
entity_type) == 'S Corporation' ? 'selected' : '' }}>S Corporation
entity_type) == 'Public Limited Company' ? 'selected' : '' }}>Public Limited Company
entity_type) == 'Non-Profit Corporation' ? 'selected' : '' }}>Non-Profit Corporation
Selling Type:
*
selling_type) == 'Raising Fund' ? 'selected' : '' }}>Raising Fund
selling_type) == 'Full Selling' ? 'selected' : '' }}>Full Selling
selling_type) == 'Partial Selling' ? 'selected' : '' }}>Partial Selling
selling_type) == 'Partnership' ? 'selected' : '' }}>Partnership
Interested In:
*
interested_in) == 'Fully Sell' ? 'selected' : '' }}>Fully Sell
interested_in) == 'Partial Sell' ? 'selected' : '' }}>Partial Sell
interested_in) == 'Raise funds via debt' ? 'selected' : '' }}>Raise funds via debt
interested_in) == 'Raise funds via equity' ? 'selected' : '' }}>Raise funds via equity
interested_in) == 'Looking for working partner' ? 'selected' : '' }}>Looking for working partner
interested_in) == 'Franchise' ? 'selected' : '' }}>Franchise
interested_in) == 'Technology Sell' ? 'selected' : '' }}>Technology Sell
interested_in) == 'Lease' ? 'selected' : '' }}>Lease
interested_in) == 'Product Licence' ? 'selected' : '' }}>Product Licence
Posted By:
*
Expires On:
*
Business Type:
*
business_type) == 'Product' ? 'selected' : '' }}>Product
business_type) == 'Service' ? 'selected' : '' }}>Service
Started In:
*
Select Starting Year
@for ($year = 1900; $year <= date('Y'); $year++)
started_in) == $year ? 'selected' : '' }}>{{ $year }}
@endfor
Sales/Turnover:
*
Employees:
*
Asking Price:
*
Operation Status:
*
operational_status) == 'Running' ? 'selected' : '' }}>Running
operational_status) == 'Doormat' ? 'selected' : '' }}>Doormat
operational_status) == 'Owner wants to Exit' ? 'selected' : '' }}>Owner wants to Exit
operational_status) == 'Not Operational' ? 'selected' : '' }}>Not Operational
Ebitda:
*
Asking Price Includes:
*
Deal Title:
*
Transaction Deal type:
*
Select Deal type
transaction_deal_type ?? []) ? 'selected' : '' }}>Buy
transaction_deal_type ?? []) ? 'selected' : '' }}>Invest
transaction_deal_type ?? []) ? 'selected' : '' }}>Lease
transaction_deal_type ?? []) ? 'selected' : '' }}>Assets Only
Business Website:
*
Premises:
*
premises) === 'owned' ? 'checked' : '' }}> Owned
premises) === 'lease_rent' ? 'checked' : '' }}> Lease/Rent
premises) === 'not_applicable' ? 'checked' : '' }}> Not Applicable
Other Premises Information:
{{ old('other_premises_info', $business->other_premises_info) }}
Clientele Type:
*
{{ old('clientele_type', $business->clientele_type) }}
Other Details:
*
{{ old('other_details', $business->other_details) }}
Reason for Selling:
*
{{ old('reason_for_sell', $business->reason_for_sell) }}
Social Media Links
Instagram URL:
Facebook URL:
Youtube URL:
LinkedIn URL:
Pinterest URL:
Business Documents
Business Images:
*
You can upload multiple images
@if($business->images)
Existing Images:
@foreach($images as $image) @if (file_exists(public_path('business_images/' . $image)))
@else
@endif @endforeach
@endif
Proof of Company:
*
(Incorporation Certificate, GST Certificate, Company PAN, etc.)
@if($business->proof_of_company)
View Uploaded POC
@endif
Proof of Financials:
*
(Balance Sheet, P&L, Income Tax certificate of last 2 Years, etc.)
@if($business->proof_of_financials)
View Uploaded Financial Proof
@endif
Proof of Agreement:
*
(Lease Copy, Trade Licences, ISO Certificates, etc.)
@if($business->proof_of_agreement)
View Uploaded Agreement
@endif
Update Business