Court of King's Bench of New Brunswick

Family Division — Judicial District of {{ $petition->jurisdiction }}

BETWEEN:
File No.: ____________________

{{ $petition->petitioner_first_name }} {{ $petition->petitioner_last_name }}
Petitioner

– and –

{{ $petition->respondent_first_name }} {{ $petition->respondent_last_name }}
Respondent

Petition for Divorce
(Rule 81 — Court of King's Bench, Family Division)

1. Petitioner

Legal Name{{ $petition->petitioner_first_name }} {{ $petition->petitioner_last_name }}
Address for Service {{ $petition->petitioner_address1 }}{{ $petition->petitioner_address2 ? ', '.$petition->petitioner_address2 : '' }}, {{ $petition->petitioner_city }}, {{ $petition->petitioner_province }} {{ $petition->petitioner_postal_code }}
Email Address{{ $petition->petitioner_email ?? '—' }}
Home Telephone{{ $petition->petitioner_home_phone ?? '—' }}
Cell Telephone{{ $petition->petitioner_cell_phone ?? '—' }}
Date of Birth{{ optional($petition->petitioner_dob)->format('F j, Y') ?? '—' }}
Residing at This Address Since{{ optional($petition->petitioner_residence_since)->format('F j, Y') ?? '—' }}

2. Respondent

Legal Name{{ $petition->respondent_first_name }} {{ $petition->respondent_last_name }}
Address {{ $petition->respondent_address1 }}{{ $petition->respondent_address2 ? ', '.$petition->respondent_address2 : '' }}, {{ $petition->respondent_city }}, {{ $petition->respondent_province }} {{ $petition->respondent_postal_code }}
@if($petition->respondent_has_lawyer)

2A. Respondent's Solicitor

Name of Solicitor{{ $petition->respondent_lawyer_name }}
Firm{{ $petition->respondent_lawyer_firm ?? '—' }}
Address for Service {{ $petition->respondent_lawyer_address1 }}{{ $petition->respondent_lawyer_address2 ? ', '.$petition->respondent_lawyer_address2 : '' }}, {{ $petition->respondent_lawyer_city }}, {{ $petition->respondent_lawyer_province }} {{ $petition->respondent_lawyer_postal_code }}
Email Address{{ $petition->respondent_lawyer_email ?? '—' }}
Home Telephone{{ $petition->respondent_lawyer_home_phone ?? '—' }}
Cell Telephone{{ $petition->respondent_lawyer_cell_phone ?? '—' }}
@endif

3. Relationship Data

@if($petition->lived_together_before_marriage)

Started living together before marriage on {{ optional($petition->lived_together_before_marriage_date)->format('F j, Y') }}.

@endif @if($petition->relationship_separated)

Separated on {{ optional($petition->relationship_separated_date)->format('F j, Y') }}.

@endif @if($petition->still_living_together)

Still living together.

@endif

4. Prior Proceedings

@if($petition->has_prior_proceedings)

There have been prior proceedings between the parties: {{ $petition->prior_proceedings_details }}

@else

There have been no prior proceedings between the parties.

@endif

5. Language of Proceeding

The Petitioner requests that this proceeding be conducted in: {{ $petition->language === 'fr' ? 'French / Français' : 'English' }}

6. Claim

The Petitioner claims:

{{ $petition->claim_only_divorce ? '☑' : '☐' }} A divorce only.

{{ $petition->claim_no_divorce_act_relief ? '☑' : '☐' }} No claim for child support, parenting time, or any other relief under the Divorce Act.

{{ $petition->claim_no_marital_property_relief ? '☑' : '☐' }} No claim for any relief under the Marital Property Act.

7. Grounds for Divorce

{{ $petition->grounds_breakdown_confirmed ? '☑' : '☐' }} There has been a breakdown of the marriage by reason that the spouses have lived separate and apart since {{ optional($petition->separation_date)->format('F j, Y') ?? '________________' }}, a date which is more than one year prior to the date of this Petition.

@if($petition->reconciliation_attempt === 'lived_together_again')

The parties have lived together again in an unsuccessful attempt to reconcile. Details: {{ $petition->reconciliation_attempt_details }}

@else

The parties have not lived together again since that date in an unsuccessful attempt to reconcile.

@endif

{{ $petition->no_possibility_of_reconciliation ? '☑' : '☐' }} There is no possibility of reconciliation of the spouses.

8. Particulars of the Marriage

@if(!$petition->petitioner_last_name_same_at_marriage) @endif @if(!$petition->respondent_last_name_same_at_marriage) @endif
Date of Marriage{{ optional($petition->marriage_date)->format('F j, Y') ?? '—' }}
Location of Marriage{{ $petition->marriage_location ?? '—' }}
Petitioner's Last Name at Birth{{ $petition->petitioner_last_name_at_birth ?? '—' }}
Petitioner's Last Name at Marriage{{ $petition->petitioner_last_name_at_marriage }}
Respondent's Last Name at Birth{{ $petition->respondent_last_name_at_birth ?? '—' }}
Respondent's Last Name at Marriage{{ $petition->respondent_last_name_at_marriage }}
Petitioner's Given Name(s) Before Marriage{{ $petition->petitioner_given_names_before_marriage ?? '—' }}
Respondent's Given Name(s) Before Marriage{{ $petition->respondent_given_names_before_marriage ?? '—' }}
Petitioner's Gender Before Marriage{{ ucfirst($petition->petitioner_gender_before_marriage ?? '—') }}
Respondent's Gender Before Marriage{{ ucfirst($petition->respondent_gender_before_marriage ?? '—') }}
Petitioner's Marital Status Before Marriage{{ ucfirst($petition->petitioner_marital_status_before_marriage ?? '—') }}
Respondent's Marital Status Before Marriage{{ ucfirst($petition->respondent_marital_status_before_marriage ?? '—') }}
Petitioner's Date of Birth{{ optional($petition->petitioner_dob)->format('F j, Y') ?? '—' }}
Respondent's Date of Birth{{ optional($petition->respondent_dob)->format('F j, Y') ?? '—' }}

9. Residence and Jurisdiction

The @if($petition->residency_party === 'petitioner') Petitioner @elseif($petition->residency_party === 'respondent') Respondent @else Petitioner and Respondent @endif has/have been habitually resident in the Province of New Brunswick for at least one year immediately preceding the date of this application.

{{ $petition->residency_one_year_confirmed ? '☑' : '☐' }} One-year New Brunswick residency confirmed.

{{ $petition->full_age_no_disability_confirmed ? '☑' : '☐' }} Both the Petitioner and Respondent are of the full age of 19 years and neither suffers from any legal disability.

10. Children of the Marriage

{{ $petition->no_children_confirmed ? '☑' : '☐' }} There are no children of the marriage.

11. Domestic Contracts

@if($petition->has_domestic_contracts)

There are domestic contracts, separation agreements, minutes of settlement, or other written or oral financial arrangements between the parties. A copy of each is attached to this application.

{{ $petition->domestic_contracts_in_effect ? '☑' : '☐' }} The arrangements are now in effect.

@if($petition->has_outstanding_support_payments)

There are outstanding support payments in the amount of ${{ number_format($petition->outstanding_support_amount, 2) }}.

@else

There are no outstanding support payments.

@endif @else

There are no domestic contracts, separation agreements, minutes of settlement, or other written or oral financial arrangements between the parties.

@endif

12. Collusion

{{ $petition->no_collusion_confirmed ? '☑' : '☐' }} There has been no collusion in relation to this proceeding.

13. Declaration

{{ $petition->declaration_petition_understood ? '☑' : '☐' }} I have read and understand this Petition for Divorce. The statements of which I have personal knowledge are true, and those of which I do not have personal knowledge I believe to be true.

{{ $petition->declaration_duties_7_1_to_7_5 ? '☑' : '☐' }} I am aware of my duties under sections 7.1 to 7.5 of the Divorce Act.

{{ $petition->declaration_family_law_act_s5 ? '☑' : '☐' }} I am aware of my duties under section 5 of the Family Law Act.

14. Required Documents

@if($petition->has_marriage_certificate)

A certified copy of the Marriage Certificate is attached.

@else

Certified Marriage Certificate not available. Reason: {{ $petition->marriage_certificate_unavailable_reason }}

@endif
Petitioner's Signature — {{ $petition->petitioner_first_name }} {{ $petition->petitioner_last_name }}

Date: ________________________

Generated by the NB Divorce Portal on {{ now()->format('F j, Y \a\t g:i A') }} for Petition #{{ str_pad($petition->id, 6, '0', STR_PAD_LEFT) }}. This document is provided for printing and physical filing purposes. The Petitioner must sign where indicated and file the required number of copies with the Court Registry at {{ $petition->jurisdiction }}, New Brunswick.