@foreach($section->subSection as $subSection)
@foreach($subSection->items as $item)
@if ($item->id != 57) {{ $item->id."." }} @endif {{$item->name}}
@if ($item->is_in == '1')
@endif
@if ($item->is_out == '1')
@endif
@if ($item->is_no == '1')
@endif
@if ($item->is_na == '1')
@endif
{{-- --}}
{{--
--}}
{{--
--}}
@endforeach
@endforeach