@extends('welcome.welcome-layout') @section('style') @endsection @section('content')
{{--
--}}
@csrf {{-- Company Name --}} {{-- @forelse($employeeDetails as $empDetails) --}}

Company Information

@if(empty($empDetails))
@endif

{{-- Personal Details --}}

Personal Details


{{-- Job Details + Bank Details --}}
{{-- Job Details --}}

Job Details

@foreach(['Mon','Tue','Wed','Thu','Fri','Sat','Sun'] as $day)
working_days ?? [] ) ? 'checked' : '' }} >
@endforeach
{{-- Bank Details --}}

Bank Details


{{-- Current Circumstances --}}

Your Current Circumstances

circumstance ?? '') == 1 ? 'checked' : '' }}>
circumstance ?? '') == 2 ? 'checked' : '' }}>
circumstance ?? '') == 3 ? 'checked' : '' }}>
circumstance ?? '') == 4 ? 'checked' : '' }}>

{{-- Declaration --}}

Signature & Declaration

I confirm that the information provided above is correct.

Clear
{{-- Always show signature pad --}}
{{-- Existing Signature Preview --}} @if(!empty($empDetails?->signature64))
Signature
@endif
{{-- @empty @endforelse --}}
@endsection @section('script') {{-- REQUIRED --}} @endsection