@include('Commonheader')
@include('sidebar')
@include('FOE.navbar')
🏢 Guest Company Master
Add Company
Add Guest Company
Company Info
Company Name
*
Company Type
*
Select Type
@if(isset($company_type)) @foreach ($company_type as $val)
{{ $val->type_name }}
@endforeach @endif
Billing Name
Contact Info
Phone No
*
Email
*
Contact Person
Country
*
Select Country
@if(isset($country)) @foreach ($country as $val)
{{ $val->country_name }}
@endforeach @endif
State
*
Select State
City
*
Select City
Pincode
*
Address
*
Market & Business Info
Market Segment
*
Select
@if(isset($segment_list)) @foreach ($segment_list as $val)
{{ $val->segment_name }}
@endforeach @endif
Business Source
Select source
@if(isset($businesssource_list)) @foreach ($businesssource_list as $val)
{{ $val->businesssource_name }}
@endforeach @endif
Guest Type
Select
@if(isset($Group_type_list)) @foreach ($Group_type_list as $val)
{{ $val->type_name }}
@endforeach @endif
Billing Instruction
Select
@if(isset($BillingInstruction)) @foreach ($BillingInstruction as $val)
{{ $val->instruction_name }}
@endforeach @endif
Guest Status
Select
@if(isset($GuestStatus)) @foreach ($GuestStatus as $val)
{{ $val->status_name }}
@endforeach @endif
Payment Mode
Select
@if(isset($PayMode)) @foreach ($PayMode as $val)
{{ $val->mode_name }}
@endforeach @endif
Financial Info
Sub Ledger
Select Ledger
@if(isset($Ledger)) @foreach ($Ledger as $val)
{{ $val->ledgername }}
@endforeach @endif
Credit Days
Credit Limit
Guest GST No
*
GST Registration Type
*
Select
Consumer
B2B Regular
Approval & Reference
Approval Status
Select
Approved
Unapproved
Approved Date
Reference
Active Status
Active
Inactive
Remark
Company Name
Gst No
Gst Type
Contact Person
Contact No
Status
Action
@include('Commonfooter')
@include('Commonscript')