@section('title') Evaluation @endsection @include('pages.apps.evaluation.evaluator.partials.stepper', ['currentStep' => 0]) @php $firstContactPerson = $application->company->company_pics->where('type', \App\Models\CompanyPic::CONTACT_1)->first(); $secondContactPerson = $application->company->company_pics->where('type', \App\Models\CompanyPic::CONTACT_2)->first(); @endphp

Company Details

@csrf @method('put')

{{ __('Company Details') }}

@if (old('ssm_e_profile', $application->company->ssm_e_profile ?? '')) [View Here] @else No documents available @endif
No file selected
{{-- --}}
company->liquidated ?? '') == '1' ? 'checked' : '' }}>
company->liquidated ?? '') == '0' ? 'checked' : '' }}>
@error('liquidated') {{ $message }} @enderror
{{ $business_name }}
Primary Contact Person Data
Secondary Contact Person Data
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('company')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('company')">
@error('is_comply') {{ $message }} @enderror
@push('scripts') @endpush