@extends('layouts.app') @section('content') My Account Home Digital Packages Free Consultations 24/7 020 3002 0032 @include('layouts.navbar') {{$company_details->companie_name}} @if($cartCount > 0) You have {{ $cartCount }} items in your cart. View Cart @endif @csrf @error('statementNotify') {{ $message }} @enderror Would you like to file this appointment at Companies House ? Would you also like this Company Statement to be filed at Companies House? Yes Company Statement Notification Why do you want to notify Companies House of a PSC statement? The company does not have a PSC. The company believes it has a PSC but doesn't yet have the details. Why does the company believe that it has a PSC but doesn't yet have the details? The company believes it has a PSC but has not identified them. The company has identified a PSC but the details have not yet been confirmed. The company does not yet know if it has a PSC. The company has issued a notice. You will need to submit for each PSC. The company has given notice to confirm PSC details. The company has issued a restriction notice. The PSC has failed to provide an update of their changed details. The addressee has failed to comply with a notice given by the company under section 790E of the Act. Name DOB @foreach ($appointmentsList as $val) @php $officerDetails = officer_details_for_appointments_list(isset($val['person_officer_id']) ? $val['person_officer_id'] : ''); @endphp @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 {{ $officerDetails['dob_day'] }} @endforeach Notification Date Effective From: Save @endsection @section('script') @endsection
Free Consultations 24/7
Would you also like this Company Statement to be filed at Companies House?
Why do you want to notify Companies House of a PSC statement?
Why does the company believe that it has a PSC but doesn't yet have the details?
You will need to submit for each PSC.
{{ $officerDetails['dob_day'] }}