@extends('admin.layouts.master') @section('content')

Update Company

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())

@endif

Update Company

@csrf @if(isset($company['id'])) {{ method_field('PUT') }} @endif
@if(!isset($company['id']))
@endif
@if(!isset($company['user_id']))
@endif @if(isset($company['user_id']) && isset($company->userPlan))
@endif

Permissions

user->connect_teams) && $company->user->connect_teams == 1 ? "checked" : ""}} data-bootstrap-switch>
is_lite) && $company->is_lite == 1 ? "checked" : ""}} data-bootstrap-switch>
only_heartbeat) && $company->only_heartbeat == 1 ? "checked" : ""}} data-bootstrap-switch>
is_analytics) && $company->is_analytics == 1 ? "checked" : ""}} data-bootstrap-switch>
custom_moodbox) && $company->custom_moodbox == 1 ? "checked" : ""}} data-bootstrap-switch>
therapist_by_country) && $company->therapist_by_country == 1 ? "checked" : ""}} data-bootstrap-switch>
switch_therapist) && $company->switch_therapist == 1 ? "checked" : ""}} data-bootstrap-switch>
therapist_type) && $company->therapist_type == 1 ? "checked" : ""}} data-bootstrap-switch>
faq_booking) && $company->faq_booking == 1 ? "checked" : ""}} data-bootstrap-switch>
is_benefits) && $company->is_benefits == 1 ? "checked" : ""}} data-bootstrap-switch>
multiroom) && $company->multiroom == 1 ? "checked" : ""}} data-bootstrap-switch>
demographics) && $company->demographics == 1 ? "checked" : ""}} data-bootstrap-switch>
supportfit_subscribed) && $company->supportfit_subscribed == 1 ? "checked" : ""}} data-bootstrap-switch>
custom_company) && $company->custom_company == 1 ? "checked" : ""}} data-bootstrap-switch>
force_2fa) && $company->force_2fa == 1 ? "checked" : ""}} data-bootstrap-switch>
temp_pass) && $company->temp_pass == 1 ? "checked" : ""}} data-bootstrap-switch>
is_community) && $company->is_community == 1 ? "checked" : ""}} data-bootstrap-switch>
is_nixy) && $company->is_nixy == 1 ? "checked" : ""}} data-bootstrap-switch>
is_pro) && $company->is_pro == 1 ? "checked" : ""}} data-bootstrap-switch>
is_wpi) && $company->is_wpi == 1 ? "checked" : ""}} data-bootstrap-switch>
show_active_users_count) && $company->show_active_users_count == 1 ? "checked" : ""}} data-bootstrap-switch>
show_demographic_graphs) && $company->show_demographic_graphs == 1 ? "checked" : ""}} data-bootstrap-switch>
show_monthly_active_registered_users) && $company->show_monthly_active_registered_users == 1 ? "checked" : ""}} data-bootstrap-switch>
show_priority_issues) && $company->show_priority_issues == 1 ? "checked" : ""}} data-bootstrap-switch>
show_moodbox) && $company->show_moodbox == 1 ? "checked" : ""}} data-bootstrap-switch>
show_blood_pressure) && $company->show_blood_pressure == 1 ? "checked" : ""}} data-bootstrap-switch>
@if(isset($company['id']))

CSV format: FirstName,LastName,EmailAddress,TelephoneNumber
@endif

Departments
@if($departs) @foreach ($departs as $item)
@endforeach @endif
@if(isset($company['user_id'])) Unsubscribe Update Invitation Password @endif
@endsection @section('script') @endsection