@extends('layouts.app') @section('title', __('crm::lang.call_queue')) @section('content') @include('crm::layouts.nav')

@lang('crm::lang.call_queue') {!! Form::open(['url' => action([\Modules\Crm\Http\Controllers\CallQueueController::class, 'sync']), 'method' => 'post', 'style' => 'display:inline; float:right']) !!} {!! Form::close() !!}

@component('components.widget', ['class' => 'box-primary'])
@lang('lang_v1.mobile')@lang('crm::lang.companies')@lang('sale.status')@lang('crm::lang.followup_assigned_to')
@endcomponent
@endsection @section('javascript') @endsection