id }}, '{{ asset($asset->file_path) }}', '{{ $asset->file_type }}', '{{ addslashes($asset->title) }}', '{{ addslashes($asset->caption ?? $asset->alt_text) }}', '{{ $asset->embed_url }}', '{{ $asset->apartmentType->name ?? '' }}', '{{ $asset->apartmentType->slug ?? '' }}')">
@if($asset->variants->where('variant_type', 'webp')->first() && file_exists(public_path($asset->variants->where('variant_type', 'webp')->first()->file_path)))
@endif
{{ $asset->galleryCategory->name ?? 'Visual' }}
{{ $asset->title }}
{{ $asset->galleryCategory->name ?? 'Suite' }}
@if($asset->file_type === 'video')
@elseif($asset->file_type === '3d_tour')
@endif
{{ $asset->title }}
{{ $asset->caption ?? $asset->alt_text ?? 'Verified visual preview from Kevron Suites and Apartments, Ikeja.' }}
@if($asset->apartmentType)
{{ $asset->apartmentType->name }}
@else
Adeniyi Jones Branch
@endif
@empty
No Visual Assets Found
Try refining your search terms or choosing a different en-suite category.
@endforelse