@php $date_start = new DateTime($record_status->testDateStart); @endphp
Data Inicio: {{ $date_start->format('d/m/Y') }}
@php $date_expire = new DateTime($record_status->testDateExpired); @endphp
Data Vencimento: {{ $date_expire->format('d/m/Y') }}
Dias ofertados: {{$record_status->testDayAmount}}
Dias restantes: {{ $record_status->testDayExpired }}
@endif
@endif
@endif
{{-- APROVACAO --}}
{{-- APROVACAO DO CLIENTE --}}
@if($record->clientAccepted==1)