@extends('welcome.welcome-layout') @section('style') @endsection @section('content') Job Offers Job Offers Please review each document below. Once you have read each Job Offer, please tick the checkbox to confirm your acceptance of the terms. @foreach ($jobOfferDetails as $jobOffer) {{-- {{ $i }} --}} View @if (isset($jobOffer['check_status']) && !empty($jobOffer['check_status'])) Agreed On @if (isset($jobOffer['check_status']) && !empty($jobOffer['check_status'])) {{ date(config('choicescrm.date_format_forms'), strtotime($jobOffer['created_at_date'])) }} @endif @else Read & Agree @endif @endforeach @endsection @section('script') @endsection
Please review each document below. Once you have read each Job Offer, please tick the checkbox to confirm your acceptance of the terms.