@extends('welcome.welcome-layout') @section('style') @endsection @section('content') Company Agreement Agreement Documents Please click on each agreement below. Once you have read each short agreement, please kindly tick the checkbox to confirm you agree to the terms. @foreach ($data as $agrement) {{ $agrement['title'] }} {{-- {{ $i }} --}} View @if (isset($agrement['check_status']) && !empty($agrement['check_status'])) Agreed On @if (isset($agrement['check_status']) && !empty($agrement['check_status'])) {{ date(config('choicescrm.date_format_forms'), strtotime($agrement['created_at_date'])) }} @endif @else Yet to be agreed @endif @endforeach @endsection @section('script') @endsection
Please click on each agreement below. Once you have read each short agreement, please kindly tick the checkbox to confirm you agree to the terms.