image
{{$howToPlay->title ?? 'Need to know about'}}

{{$howToPlay->sub_title ?? 'How To Play'}}

{!! $howToPlay->description ?? '

Follow these 3 easy steps!

' !!}
@php $howToPlaySteps = $howToPlay->moreRelatedData ?? null; @endphp @if(isset($howToPlaySteps[0]))
@if(!empty($howToPlaySteps[0]->image) && Storage::exists($howToPlaySteps[0]->image)) image-icon @else image-icon @endif 01

{{$howToPlaySteps[0]->title ?? 'Choose'}}

{{$howToPlaySteps[0]->sub_title ?? 'Register to BMF Competitions & Choose your contest'}}

@else
image-icon 01

Choose

Register to BMF Competitions & Choose your contest

@endif @if(isset($howToPlaySteps[1]))
@if(!empty($howToPlaySteps[1]->image) && Storage::exists($howToPlaySteps[1]->image)) image-icon @else image-icon @endif 02

{{$howToPlaySteps[1]->title ?? 'buy'}}

{{$howToPlaySteps[1]->sub_title ?? 'Pick Your Numbers & Complete your Purchase'}}

@else
image-icon 02

buy

Pick Your Numbers & Complete your Purchase

@endif @if(isset($howToPlaySteps[2]))
@if(!empty($howToPlaySteps[2]->image) && Storage::exists($howToPlaySteps[2]->image)) image-icon @else image-icon @endif 03

{{$howToPlaySteps[2]->title ?? 'Win'}}

{{$howToPlaySteps[2]->sub_title ?? 'Start Dreaming, you\'re almost there'}}

@else
image-icon 03

Win

Start Dreaming, you're almost there

@endif