@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Manage Service Contacts @stop @section('content') Back to case search
@if(Config::get('app.subsequent_service_contact_party'))
  • [[option.party_type.name]][[option.id=='0' ? '' : ':']] [[option.is_business=='1' ? option.business_name : option.firstname + ' ' + (option.middlename ? option.middlename : '') + ' ' + option.lastname]]

Cancel OK

@endif @if(Config::get('app.subsequent_service_contact_party'))
  • [[option.party_type.name]][[option.id=='0' ? '' : ':']] [[option.is_business=='1' ? option.business_name : option.firstname + ' ' + (option.middlename ? option.middlename : '') + ' ' + option.lastname]]

Cancel OK

@endif
{{$location}}
{{$tracking_id}}
@if(Config::get('app.subsequent_service_contact_party')) @endif @if(Config::get('app.subsequent_service_contact_party')) @endif
Name Firm or Organization EmailParty/CaseActions
[[contact.FirstName + ' ' + contact.LastName]] [[contact.FirmName]] [[contact.Email]][[ servicePartyType(contact.case_party_id) ]] Case
    @if(Config::get('app.subsequent_service_contact_party'))
  • @else
  • @endif
Selected service contact has been attached to the case.

Search For Service Contact

  

  

  

  

   Search For Attorney

Search Results

@if($PublicServiceContactShowEmail->isvisible) @endif @if($PublicServiceContactShowEmail->isvisible) @endif @if($PublicServiceContactShowFreeFormFirmName->isvisible) @else @endif
Name Email Firm or Organization Actions
[[ contact.FirstName+' '+contact.MiddleName+' ' +contact.LastName]][[contact.Email]][[contact.FirmName]][[contact.AddByFirmName]]
NOTE: Please search for the attorneys associated with this case. Electronic Service is required under Rule 21 if the attorney’s email address is on file.
@if(Session::get('user')->CurrentRole !== 'Individual')

Select from Existing Firm Contacts

@endif

Add New Service Contact @if(Session::get('user')->CurrentRole !== 'Individual') To Firm @endif

*

*

*

  

  

  

@if(Config::get('app.is_public_service_contact'))

@endif

NOTE: Only add your firm’s attorneys to the Service Contact List as the attorneys added in this section will be associated with your firm. If an assistant would like to be cc’d on the attorney’s electronic service emails, please enter one email address in the ‘Administrative Copy’ field.
@stop @section('scripts_bottom') @stop