@foreach ($services as $service) @php $iconPath = storage_path('app/public/app-images/' . $service->name . '.svg'); @endphp @if(file_exists($iconPath)) {{ $service->label }} @else {!! $service->icon() !!} @endif @endforeach