How To Play Section

Follow this 5 easy steps.

@for ($i = 1; $i <= 5; $i++) @php $htpData = $howToPlay->moreRelatedData[$i - 1] ?? []; @endphp
@if (!isset($htpData->image))
@else
image) && Storage::exists($htpData->image) ?: 'required' }} />
@if (!empty($htpData->image) && Storage::exists($htpData->image)) @endif
@endif
@endfor