@php
$checkListContent='';
foreach ($divs as $div){
$div_id = $div['id'];
$div_name = $div['name'];
$checkListContent .='
';
}
// foreach ($chkliststructures as $chkliststructure)
// {
// $chklist_id = $chkliststructure->chklist_id;
// $div_id = $chkliststructure->chklistdiv_id;
// $field_id = $chkliststructure->chklistfield_id;
// $div_name = Chklistdiv::where();
// }
@endphp
@php echo ($checkListContent) @endphp