BladeX
moon_stars
@forelse ($profiles as $profile)
NOPE
{{ $profile->name }} @if ($profile->images && $profile->images->count()) @foreach ($profile->images as $img) {{ $profile->name }} @endforeach @endif
{{ $profile->name }}, {{ \Carbon\Carbon::parse($profile->birth_date)->age }}

location_fill {{ $profile->location }}

@if (1 + ($profile->images ? $profile->images->count() : 0) > 1)
@endif
@php $totalImages = 1 + ($profile->images ? $profile->images->count() : 0); @endphp @if ($totalImages > 1) @for ($i = 0; $i < $totalImages; $i++)
@endfor @else
@endif
@empty

No more singles left!

Check back later for new matches.

@endforelse