@extends('layouts.' . (Session::get('user')->CurrentRole === 'Firm Admin' ? 'admin' : 'filer') . '-dashboard') @section('heading') File To Courts @stop @section('content')

Are you filing an original petition with the courts?

File a new case

OR

Are you filing on a case that already exists in the courts?

File into an existing case

BACK

Search Case Details

@if ( $data !== null && (isset($data->CivilCase) || isset($data->CriminalCase) || isset($data->DomesticCase) || isset($data->JuvenileCase) || isset($data->AppellateCase) || isset($data->BankruptcyCase) || isset($data->CitationCase))) @if ($data->Error->ErrorCode == -11)

{{ $data->Error->ErrorText }}

@endif @if (isset($data->CivilCase)) @if (count($data->CivilCase) > 1) @foreach ($data->CivilCase as $case) @endforeach @else @endif @endif @if (isset($data->CriminalCase)) @if (count($data->CriminalCase) > 1) @foreach ($data->CriminalCase as $case) @endforeach @else @endif @endif @if (isset($data->DomesticCase)) @if (count($data->DomesticCase) > 1) @foreach ($data->DomesticCase as $case) @endforeach @else @endif @endif @if (isset($data->JuvenileCase)) @if (count($data->JuvenileCase) > 1) @foreach ($data->JuvenileCase as $case) @endforeach @else @endif @endif @if (isset($data->AppellateCase)) @if (count($data->AppellateCase) > 1) @foreach ($data->AppellateCase as $case) @endforeach @else @endif @endif @if (isset($data->BankruptcyCase)) @if (count($data->BankruptcyCase) > 1) @foreach ($data->BankruptcyCase as $case) @endforeach @else @endif @endif @if (isset($data->CitationCase)) @if (count($data->CitationCase) > 1) @foreach ($data->CitationCase as $case) @endforeach @else @endif @endif
Case List
Location Case No Case Type action
{{ Locations::Name($case->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $case->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 131

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 131
{{ Locations::Name($data->CivilCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $data->CivilCase->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 177

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 177
{{ Locations::Name($data->CriminalCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $case->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 227

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 227
{{ Locations::Name($data->CriminalCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $data->CriminalCase->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 273

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 273
{{ Locations::Name($data->DomesticCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $case->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 322

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 322
{{ Locations::Name($data->DomesticCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $data->DomesticCase->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 368

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 368
{{ Locations::Name($data->JuvenileCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $case->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 418

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 418
{{ Locations::Name($data->JuvenileCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $data->JuvenileCase->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 464

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 464
{{ Locations::Name($data->AppellateCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $case->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 514

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 514
{{ Locations::Name($data->AppellateCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $data->AppellateCase->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 560

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 560
{{ Locations::Name($data->BankruptcyCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $case->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 609

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 609
{{ Locations::Name($data->BankruptcyCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $data->BankruptcyCase->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 655

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 655
{{ Locations::Name($data->CitationCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $case->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 705

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 705
{{ Locations::Name($data->CitationCase->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID) }} {{ $data->CitationCase->CaseDocketID }}
Warning: Undefined variable $casetypes in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 751

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/case/index.blade.php on line 751
@elseif($data !== null && $data->Error->ErrorCode == 0)

No matching results found. @if ((int) Locations::allowFilingInIndexedCases(Input::get('location')) && $check != 1 && $check != 2) You can still proceed to file on this existing case by clicking on the below button.

File Into Case

@else

@endif @elseif($data !== null && $data->Error->ErrorCode != 0)

No matching results found. @if ((int) Locations::allowFilingInIndexedCases(Input::get('location')) && $check != 1 && $check != 2) You can still proceed to file on this existing case by clicking on the below button.

File Into Case

@else

@endif @endif @if (Session::has('virtual_assistant_id'))
@endif
@if (Session::has('virtual_assistant_id'))




Admin Options

VIRTUAL E-FILING ASSISTANT ®
@endif @stop @section('scripts_bottom') @stop