@if(count($data) > 0) @foreach($data as $list) @if($list->type == 'FILE') {{ $list->file_name }} @else {{ $list->text }} @endif @endforeach @else No Menu Found @endif