@extends('layouts.app') @section('title', __('crm::lang.call_workspace')) @section('content') @include('crm::layouts.nav') @include('crm::telemarketing.partials.workspace_styles')

@lang('crm::lang.call_workspace')

@lang('crm::lang.workspace_idle_hint')

@lang('crm::lang.phone_list') @lang('crm::lang.call_scripts')
@lang('crm::lang.queue_remaining')
{{ $workspaceStats['queue_remaining'] }}
@lang('crm::lang.today_calls')
{{ $workspaceStats['today_calls'] }} / {{ $workspaceStats['daily_target'] }}
@lang('crm::lang.phone_status_interested')
{{ $workspaceStats['today_interested'] }}
@lang('crm::lang.lead_score')
{{ $workspaceStats['avg_lead_score'] }}
@lang('crm::lang.target_progress')

@lang('crm::lang.get_next_number')

@lang('crm::lang.workspace_idle_hint')

@lang('crm::lang.ready_to_call') @lang('crm::lang.ready')

-

-

00:00
@lang('crm::lang.call_timer')
@lang('crm::lang.redial')
@lang('crm::lang.profile_completion')
0%
@lang('crm::lang.discovery_script')
@if(!empty($script))

{{ $script->name }}

{{ $script->opening_text }}

@if(!empty($script->discovery_questions))
    @foreach($script->discovery_questions as $q)
  • @endforeach
@endif @if(!empty($script->closing_cta))

{{ $script->closing_cta }}

@endif @else

@lang('crm::lang.no_script_defined')

@endif
@lang('crm::lang.call_history')
{!! Form::open(['id' => 'tm_profile_form']) !!}
{!! Form::label('company[brand_name]', __('crm::lang.companies')) !!}{!! Form::text('company[brand_name]', null, ['class' => 'form-control']) !!}
{!! Form::label('company[legal_name]', __('business.business_name')) !!}{!! Form::text('company[legal_name]', null, ['class' => 'form-control']) !!}
{!! Form::label('company[city]', __('crm::lang.import_col_city')) !!}{!! Form::text('company[city]', null, ['class' => 'form-control']) !!}
{!! Form::label('company[province]', __('business.state')) !!}{!! Form::text('company[province]', null, ['class' => 'form-control']) !!}
{!! Form::label('company[company_type]', __('sale.status')) !!}{!! Form::select('company[company_type]', $companyTypes, null, ['class' => 'form-control']) !!}
{!! Form::label('company[main_phone]', __('lang_v1.mobile')) !!}{!! Form::text('company[main_phone]', null, ['class' => 'form-control']) !!}
{!! Form::label('company[email]', __('business.email')) !!}{!! Form::email('company[email]', null, ['class' => 'form-control']) !!}
{!! Form::label('company[address]', __('lang_v1.address')) !!}{!! Form::text('company[address]', null, ['class' => 'form-control']) !!}
{!! Form::label('note', __('crm::lang.description')) !!}{!! Form::textarea('note', null, ['class' => 'form-control', 'rows' => 2, 'placeholder' => __('crm::lang.follow_up_note_placeholder')]) !!}
@lang('crm::lang.quick_add_requirement')
{!! Form::select('new_requirement[requirement_type]', $requirementTypes, null, ['class' => 'form-control']) !!}
{!! Form::text('new_requirement[item_name]', null, ['class' => 'form-control', 'placeholder' => __('product.product_name')]) !!}

{!! Form::close() !!}
@lang('crm::lang.quick_add_contact')
{!! Form::select('nc_role', $contactRoles, null, ['class' => 'form-control', 'id' => 'nc_role']) !!}
{!! Form::open(['id' => 'tm_assessment_form']) !!}
{!! Form::label('outcome', __('sale.status')) !!} {!! Form::select('outcome', $outcomes, 'answered', ['class' => 'form-control', 'required']) !!}
{!! Form::label('sentiment', __('crm::lang.sentiment')) !!} {!! Form::select('sentiment', $sentiments, 'neutral', ['class' => 'form-control']) !!}
@foreach(['reception_score' => 'reception_score', 'tone_score' => 'tone_score', 'cooperation_score' => 'cooperation_score'] as $field => $label)
@for($i=1;$i<=5;$i++)@endfor
@endforeach
{!! Form::select('partner_potential', $partnerPotentials, 'none', ['class' => 'form-control']) !!}
@foreach($objections as $key => $label) {{ $label }} @endforeach
{!! Form::textarea('assessment_notes', null, ['class' => 'form-control', 'rows' => 2, 'placeholder' => __('crm::lang.follow_up_note_placeholder')]) !!}
{!! Form::close() !!}

@lang('crm::lang.offers_tab') — @lang('crm::lang.complete_and_save')

@endsection @section('javascript') @endsection