@if($item->image) @php $image = \Illuminate\Support\Str::startsWith($item->image, ['http://', 'https://', '/']) ? $item->image : asset('storage/'.$item->image); @endphp @else @endif {{ $item->localized_title }}