@extends('layout.main') @section('content')
@include('includes.errors') @include('includes.success')
{{Form::select('email-from',TicketGroups::GetGroupsFrom(),'',array("class"=>"select2"))}}
@if($SystemTickets)

@endif
{{Form::select('email_template',$emailTemplates,'',array("class"=>"select2 email_template","parent_box"=>"mail-compose"))}}

@if(count($response_timeline)>0 && $message=='')
  •     
      
      
    @if($ShowTickets)
    @endif
@if(count($response_timeline)>($data['iDisplayLength'])-1)
@endif @else

No Activity Found.

@endif
@include('includes.submit_note_script',array("controller"=>"contacts")) @include("contacts.timeline.activity_jscode",array("response_extensions"=>$response_extensions,"AccountID"=>$contacts->ContactID,"per_scroll"=>$per_scroll,"token"=>$random_token)) @include('contacts.timeline.view_edit_models') @stop