@foreach($all_faqs->chunk(5) as $chunked_faq)
@endforeach
@php $rand_number = rand(9999,99999999); @endphp
@foreach($chunked_faq as $key => $data)
@php
$aria_expanded = 'false';
if($data->is_open == 'on'){ $aria_expanded = 'true'; }
@endphp
@endforeach
{{$data->description}}