@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']) && isset($company->userPlan))
@endif
@if(isset($company['user_id']) && isset($company->userPlan))
@endif
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>
custom_moodbox) && $company->custom_moodbox == 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 @endif
@endsection @section('script') @endsection