Send Message
@csrf @if($activeCompany == "")
@endif
Please select channel
Please select receipient
@if($activeCompanyRouter != "")
@foreach($servicePlans as $servicePlan) @php $companyCustomerServicePlans = \App\Models\CompanyCustomerServicePlan::join('company_service_plans', 'company_service_plans.id', '=', 'company_customer_service_plans.company_service_plan_id')->where('company_customer_service_plans.company_router_id', $activeCompanyRouter->id)->where('company_service_plans.service_plan_id', $servicePlan->id)->select('company_customer_service_plans.*')->count(); @endphp
@endforeach
@endif @hasrole('Administrator')
@endhasrole
@if($activeCompanyRouter != "")
Please enter the phone number.
@else
Please enter the phone number.
@endif
Please select channel
Please enter the message to be sent.