@for ($i = 1; $i <= ($copies ?? 2); $i++) @if($i > 1)
@endif
Copy {{ $i }} of {{ $copies ?? 2 }}{{ $i === 1 ? ' — To be signed and submitted' : ' — Retain for your records' }}
{{ now()->format('F j, Y') }}
Clerk of the Court
Court of King's Bench of New Brunswick
Family Division — Judicial District of {{ $petition->jurisdiction }}
{{ $petition->jurisdiction }}, New Brunswick

Dear Sir/Madam,

Re: Petition for Divorce — {{ $petition->rule }}
Petitioner: {{ $petition->petitioner_first_name }} {{ $petition->petitioner_last_name }}
Respondent: {{ $petition->respondent_first_name }} {{ $petition->respondent_last_name }}
File No.: ____________________

Please find enclosed the original Petition for Divorce and supporting documents for filing under {{ $petition->rule }}, Court of King's Bench, Family Division, in respect of the above-noted matter.

@if($petition->has_domestic_contracts)

Enclosed also please find a copy of the domestic contract(s) / separation agreement(s) referenced in the Petition.

@endif @if($petition->rule === 'Rule 81' && $petition->has_marriage_certificate)

A certified copy of the Marriage Certificate is enclosed as required.

@endif

Should you require any further information or documentation, please do not hesitate to contact me using the information provided below.

Yours truly,

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

{{ $petition->petitioner_address1 }}{{ $petition->petitioner_address2 ? ', '.$petition->petitioner_address2 : '' }}, {{ $petition->petitioner_city }}, {{ $petition->petitioner_province }} {{ $petition->petitioner_postal_code }}
@if($petition->petitioner_email){{ $petition->petitioner_email }}
@endif @if($petition->petitioner_cell_phone){{ $petition->petitioner_cell_phone }}@elseif($petition->petitioner_home_phone){{ $petition->petitioner_home_phone }}@endif

@endfor