@foreach(Attribute::SECTIONS as $section)
@php
$key = $section['key'] ;
$file = $section['file'] ;
@endphp
@includeFirst(['back.attributes.sections.'.$file , 'back.attributes.sections.list'])
@endforeach
@foreach(Attribute::SECTIONS as $section)
@php
$key = $section['key'] ;
@endphp
@if(file_exists( public_path('attribute_sections/'.$key.'.jpg') ))
@endif
@endforeach