{{--
--}}
{{-- @if($records && $records->count()) --}} @if(!empty($records) && count($records))
{{-- --}}
@foreach($records as $record) {{-- --}} @endforeach
Characteristics Value
{{ $record['name'] }} @php $status = $this->getCharacteristicStatus($record['id']); @endphp
@else

No records found.

@endif