Please enable JavaScript.
Coggle requires JavaScript to display documents.
myzeon login, Customer, CustomerData, User, RoleMaster, Bank,…
myzeon login
middleware
guest
Controller
Models
ActionMaster
RoleMaster
Customer
CustomerData
Bank
Reason
Countries
States
Cities
Customer
hasOne
User
TLRviews
customer_id
id
ManagerRviews
customer_id
id
Bank
id
bank_id
States
id
state_id
Cities
id
city_id
Reason
id
notinterested_reason
customer_name
phone
alternative_phone
email_official
email_personal
dob
current_address
permanent_address
office_address
status
city_id
state_id
pincode
employers_name
pan_card
salary
resident_type
remark
work_type
experience
emp_id
disposition
deleted_at
created_at
updated_at
interest
follow_up_date
bank_id
customer_status
LAN
other_city
notinterested_reason
cron_status
tl_disposition
manager_disposition
agent_disposition
unique_id
CustomerData
customer_name
phone
alternative_phone
email_official
email_personal
dob
current_address
permanent_address
office_address
occupation
company_name
status
city_id
state_id
pincode
employers_name
pan_card
salary
resident_type
remark
work_type
experience
emp_id
disposition
deleted_at
created_at
updated_at
cron_status
error_log
User
name
email
email_verified_at
password
remember_token
created_at
updated_at
first_name
last_name
user_role
profile_image
phone
age
address
ip_address
status
login
logout
employee_code
manager_id
tl_id
membership_id
achievement_id
deleted_at
RoleMaster
role_masters
1
Super admin
2
Admin
3
Manager
4
TL( Team Leader)
5
Sales Executive
role
status
deleted_at
created_at
updated_at
Bank
bank_name
status
deleted_at
created_at
updated_at
ActionMaster Models
table
action_masters
parent_id
action
action_title
route_group
status
show_in_menu
show_in_permission
icon
display_order
created_at
updated_at
Realtion
hasMany
ActionMaster
parent_id
id