{{ucfirst($action_type)}} Ticket

{{ Form::select('email-from', $FromEmails, $GroupEmail, array("class"=>"form-control select2","id"=>"email-from")) }}
@if(empty($cc)) CC BCC @endif
{{Form::select('email_template',$emailTemplates,'',array("class"=>"select2 email_template","parent_box"=>"mail-compose"))}}
{{----}}

@if(isset($data['uploadtext']['text'])){{$data['uploadtext']['text']}}@endif
    @foreach($ticketStatusArr as $statusId=>$status)
  • {{$status}}
  • @endforeach