@extends('layouts.frontend.master') @section('title', 'About us') @section('css') @endsection @section('style') @endsection @section('content')
image
{{$aboutUsIntro->title ?? 'A few words about us'}}

{{$aboutUsIntro->sub_title ?? 'We dream big so you can win big'}}

{!! $aboutUsIntro->description ?? '

Our team of creative programmers, marketing experts, and members of the global lottery community have worked together to build the ultimate lottery site, and every win and happy customer reminds us how lucky we are to be doing what we love.

' !!}
@php $introCounts = !empty($aboutUsIntro->value)?json_decode($aboutUsIntro->value):null; @endphp
@if(!empty($aboutUsWhatsDiffIntro->image) && Storage::exists($aboutUsWhatsDiffIntro->image)) image-icon @else image @endif
{{$aboutUsWhatsDiffIntro->sub_title ?? 'An Exhaustive list of amazing features'}}

{{$aboutUsWhatsDiffIntro->title ?? 'What makes BMF Competitions different?'}}

{!! $aboutUsWhatsDiffIntro->description ?? '

These are the key drivers that make us different: Safe, Social, Reliable and Fun. BMF Competitions Lotto is dedicated to trust and safety.

' !!}
@php $aboutUsWhatsDiffStepOne = $aboutUsWhatsDiffIntro->moreRelatedData[0] ?? null; $aboutUsWhatsDiffStepTwo = $aboutUsWhatsDiffIntro->moreRelatedData[1] ?? null; $aboutUsWhatsDiffStepThree = $aboutUsWhatsDiffIntro->moreRelatedData[2] ?? null; $aboutUsWhatsDiffStepFour = $aboutUsWhatsDiffIntro->moreRelatedData[3] ?? null; $aboutUsWhatsDiffStepFive = $aboutUsWhatsDiffIntro->moreRelatedData[4] ?? null; $aboutUsWhatsDiffStepSix = $aboutUsWhatsDiffIntro->moreRelatedData[5] ?? null; @endphp
@if(!empty($aboutUsWhatsDiffStepOne->image) && Storage::exists($aboutUsWhatsDiffStepOne->image)) image-icon @else image @endif

{{$aboutUsWhatsDiffStepOne->title ?? 'No Commission on Winnings'}}

@if(!empty($aboutUsWhatsDiffStepTwo->image) && Storage::exists($aboutUsWhatsDiffStepTwo->image)) image-icon @else image @endif

{{$aboutUsWhatsDiffStepTwo->title ?? 'Safe and Secure Playing'}}

@if(!empty($aboutUsWhatsDiffStepThree->image) && Storage::exists($aboutUsWhatsDiffStepThree->image)) image-icon @else image @endif

{{$aboutUsWhatsDiffStepThree->title ?? 'Biggest lottery jackpots'}}

@if(!empty($aboutUsWhatsDiffStepFour->image) && Storage::exists($aboutUsWhatsDiffStepFour->image)) image-icon @else image @endif

{{$aboutUsWhatsDiffStepFour->title ?? 'Instant payout system'}}

@if(!empty($aboutUsWhatsDiffStepFive->image) && Storage::exists($aboutUsWhatsDiffStepFive->image)) image-icon @else image @endif

{{$aboutUsWhatsDiffStepFive->title ?? 'Dedicated Support'}}

@if(!empty($aboutUsWhatsDiffStepSix->image) && Storage::exists($aboutUsWhatsDiffStepSix->image)) image-icon @else image @endif

{{$aboutUsWhatsDiffStepSix->title ?? 'Unlimited Affiliates'}}

@if($testimonials->count()) @endif @if($teamMembers->count()) @endif @endsection @section('script') @endsection