@include('layouts.style')
@include('layouts.sidebar')
@include('layouts.header') @include('layouts.success_toast')
Hotel Master
1
Hotel / Property
Setup Hotel / Property Information
2
Property Address
Add Property Address
3
Owner / Authorized Person
Add Owner / Authorized
4
Business & Legal Information
Add Business & Legal Information
5
Banking Details
Add Banking Details
6
Property Facilities
Add Property Facilities
7
Document Upload
Add Document Upload
@csrf
Hotel / Property
Setup Hotel / Property Information
Hotel / Property Name
Hotel Brand Name
Property Type
@foreach($propertyTypes as $propertyType)
{{ $propertyType->name }}
@endforeach
Star Category
Year of Establishment
Total Number of Rooms
Floors in Property
Website URL
Previous
Next
Property Address
Enter Your Property Address.
Address Line 1
Address Line 2
Landmark
State
City
Zip Code
Previous
Next
Owner / Authorized Person
Enter Your Owner / Authorized Person.
First Name
Designation
Mobile Number
Alternate Mobile Number
Email Address
Office Contact Number
Previous
Next
Business & Legal Information
Add Business & Legal Information
Business Type
--SELECT--
Proprietorship
Partnership
LLP
Private Limited
Public Limited
GST Registered
--SELECT--
Yes
No
Gst No.
Pan No.
TAN No.
Aadhaar Number
Company Registration No.
Hotel Trade License Number
Previous
Next
Banking Details
Add Banking Details
Account Holder Name
Bank Name
Account Number
IFSC Code
Branch Name
UPI ID (Optional)
Previous
Next
Property Facilities
Add Property Facilities
@foreach($getPropertyFacilities as $fItem)
{{ $fItem->title }}
@endforeach()
Previous
Next
Document Upload
Add Document Upload
Aadhaar Card
PAN Card
GST Certificate
Cancelled Cheque
Hotel License
Property Images
Previous
Submit
@include('layouts.footer')
@include('layouts.scripts')