@extends('welcome.welcome-layout') @section('style') @endsection @section('content')

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'])) @else @endif

@endforeach
@endsection @section('script') @endsection