{{ $petition->petitioner_first_name }} {{ $petition->petitioner_last_name }}
Petitioner
– and –
{{ $petition->respondent_first_name }} {{ $petition->respondent_last_name }}
Respondent
| Legal Name | {{ $petition->petitioner_first_name }} {{ $petition->petitioner_last_name }} |
| Address | {{ $petition->petitioner_address1 }}{{ $petition->petitioner_address2 ? ', '.$petition->petitioner_address2 : '' }}, {{ $petition->petitioner_city }}, {{ $petition->petitioner_province }} {{ $petition->petitioner_postal_code }} |
| 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 }} |
The Petitioner requests that this proceeding be conducted in: {{ $petition->language === 'fr' ? 'French / Français' : 'English' }}
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.
{{ $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.
{{ $petition->no_possibility_of_reconciliation ? '☑' : '☐' }} There is no possibility of reconciliation of the spouses.
| 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 ?? '—') }} |
| Place of Previous Marriage | {{ $petition->previous_marriage_place ?? '—' }} |
| Date of Previous Marriage | {{ optional($petition->previous_marriage_date)->format('F j, Y') ?? '—' }} |
| 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') ?? '—' }} |
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.
{{ $petition->no_children_confirmed ? '☑' : '☐' }} There are no children of the marriage.
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 @elseThere are no domestic contracts, separation agreements, minutes of settlement, or other written or oral financial arrangements between the parties.
@endif{{ $petition->no_collusion_confirmed ? '☑' : '☐' }} There has been no collusion in relation to this proceeding.
{{ $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.
Date: ________________________