{{ $address->title }}
Price: {{ $address->price }}
Company Particulars | |||
---|---|---|---|
Name : | {{ $review->companie_name ?? '' }} | ||
Number : | {{ $order->company_number ?? '-' }} | ||
Auth Code : | {{ $order->auth_code ?? '-' }} | ||
Type : | {{ $review->companie_type ?? '' }} | ||
Jurisdiction : | {{ $review->jurisdiction->name ?? '' }} | ||
SIC Codes : | @if ($review->sicCodes->count() > 0) {{ implode(', ', $review->sicCodes->pluck('name')->toArray()) }} @else {{-- No data present --}} @endif | ||
Registered Office : |
@if (!empty($review->forwarding_registered_office_address))
|
||
Confirmation Statement : |
{{$review->due_date}} All companies are legally required to file an annual Confirmation Statement. Avoid missing this deadline by purchasing our filing service (ind. filing fee of $13.00). |
${{$confirmation_statement_service->price}} |
Company Accounts | |||
---|---|---|---|
Due : | {{ isset($review->due_date) ? \Carbon\Carbon::parse($review->due_date)->format('d-m-Y') : '-' }} | ||
Made Up To : | {{ isset($review->made_upto) ? \Carbon\Carbon::parse($review->made_upto)->format('d-m-Y') : '-' }} | ||
Reference Date : | {{$review->made_upto ?? '-'}} |
Appointments | |||||
---|---|---|---|---|---|
Officer | Director | Shareholder | Secretary | PSC | |
@php $officerDetails = officer_details_for_appointments_list(isset($val['person_officer_id']) ? $val['person_officer_id'] : ''); $fullName = $officerDetails['first_name'] . ' ' . $officerDetails['last_name']; if ($officerDetails['first_name'] != '' && $officerDetails['last_name'] != '') { echo $fullName; } else { echo $officerDetails['legal_name']; } @endphp | @php $positionString = $val['position']; $positions = explode(',', $val['position']); $positionArray = array_map('trim', $positions); @endphp
Company Statement |
---|
@if(isset($decodedStatement->statementNotify))
Statement Notify: {{ $decodedStatement->statementNotify }}
@endif
@if(isset($decodedStatement->psc_statement))
PSC Statement: {{ $decodedStatement->psc_statement }}
@endif
@if(isset($decodedStatement->psc_linked))
PSC Linked: {{ $decodedStatement->psc_linked }}
@endif
@if(isset($decodedStatement->officer_details))
Officer Details:
@if(isset($decodedStatement->notificationDate))
Notification Date: {{ $decodedStatement->notificationDate }}
@endif
|
No Active Statement |
Linked Statement |
---|
@if(isset($decodedStatement->statementNotify))
Statement Notify: {{ $decodedStatement->statementNotify }}
@endif
@if(isset($decodedStatement->psc_statement))
PSC Statement: {{ $decodedStatement->psc_statement }}
@endif
@if(isset($decodedStatement->psc_linked))
PSC Linked: {{ $decodedStatement->psc_linked }}
@endif
@if(isset($decodedStatement->officer_details))
Officer Details:
@if(isset($decodedStatement->notificationDate))
Notification Date: {{ $decodedStatement->notificationDate }}
@endif
|
No Active Statement |
Shareholder | ||
---|---|---|
Type | Officer | Director |
{{ ucfirst($val['appointment_type']) }} | @php $officerDetails = officer_details_for_appointments_list($val['person_officer_id']); $fullName = $officerDetails['first_name'] . ' ' . $officerDetails['last_name']; echo $fullName; @endphp | {{ isset($val['sh_quantity']) ? $val['sh_quantity'] : '' }} x ORDINARY @ {{ isset($val['sh_pps']) ? $val['sh_pps'] : '' }} {{ isset($val['sh_currency']) ? $val['sh_currency'] : '' }} per share |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nec odio fringilla, finibus leo a, elementum neque. Praesent et dapibus neque, et aliquam dolor. Nulla in dolor et lectus accumsan tristique sed nec erat. Donec dignissim, neque sit amet viverra sollicitudin, enim tellus accumsan sapien.
Company Summary | |
Memorandum & Articles (Full Document) | |
Memorandum & Articles (Document Only) | |
Incorporation Certificate | @if ($pdfcontent) |
Share Certificate | |
E-filing information |
|