@lang($language_file.'.panel.'.$panelName)
@if(isset($sectionButtons)) @foreach($sectionButtons as $button) @if($button['section'] == $panelName) @if(isset($button['icon']) && $button['icon']) @endif @if(isset($button['label']) && $button['label']) @lang($language_file.'.'.$button['label']) @endif @endif @endforeach @endif