Booking confirmation 2/2
Client informations
School name:
{{$existing_placement->school->title}}
School address:
{{$existing_placement->school->address()}}
Point of contact
@error('point_of_contact') {{ $message }} @enderror
Email address of contact:
@error('point_of_contact_email') {{ $message }} @enderror
Confirmation of Agreement
Name of employee:
{{$existing_placement->candidate->user->full_name()}}
Job title:
{{$existing_placement->job_title}}
Start of Assignment:
{{Carbon\Carbon::parse($existing_placement->date_from)->format('d.M.Y') }}
End of Assignment:
{{Carbon\Carbon::parse($existing_placement->date_to)->format('d.M.Y') }}
Specific hours/days/time keeping requirements
@error('first_name') {{ $message }} @enderror
Notice period for temporary Worker to terminate assignment
@error('notice_period') {{ $message }} @enderror
Take home pay
@error('take_home_pay') {{ $message }} @enderror
Payment Frequency
@error('first_name') {{ $message }} @enderror
Client Information
Duration note
@error('first_name') {{ $message }} @enderror
Pay rate note
@error('first_name') {{ $message }} @enderror
Timesheets note
@error('timesheet_note') {{ $message }} @enderror
Signature
{{--
Temporary Worker Signature:
@error('first_name') {{ $message }} @enderror
Print Name:
{{$existing_placement->candidate->user->full_name()}}
Date:
@error('first_name') {{ $message }} @enderror
--}}
Employment Business Signature
@if($employment_business_signature) @elseif($existing_placement->consultant->id == Auth::user()->id)
@livewire('profile.signature')
@else @endif
Print Name:
@if($employment_business_print_name) {{$employment_business_print_name}} @elseif($existing_placement->consultant->id == Auth::user()->id) {{$existing_placement->consultant->full_name()}} @endif
Signature Date:
@error('first_name') {{ $message }} @enderror
*By starting this placement you agree to the terms above