@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
{{$introCounts->winner_of_month ?? '23'}}

Winners For Last Month

{{$introCounts->ticket_sold ?? '2837K'}}

Tickets Sold

{{$introCounts->payouts_winner ?? '28387K'}}

Payouts to Winners

@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())
image
{{$aboutUsTestimonialIntro->title ?? 'Testimonial'}}

{{$aboutUsTestimonialIntro->sub_title ?? 'our Happy Customers All Around the World'}}

{!!$aboutUsTestimonialIntro->description ?? '

With over 12 years of experience as the world’s leading online lottery service provider. Find out what our members have to say about us!

'!!}
@foreach ($testimonials as $key => $testimonial)
@if(!empty($testimonial->image) && Storage::exists($testimonial->image)) {{$testimonial->name}} @else image @endif

{{$testimonial->name}}

{{$testimonial->description}}

@php $rating = round((int) $testimonial->value) ?? 3; @endphp @for ($i = 0; $i < 5; $i++) @if($i < $rating) @else @endif @endfor
@endforeach
@endif @if($teamMembers->count())
{{$aboutUsTeamIntro->title ?? 'Meet Our most Valued'}}

{{$aboutUsTeamIntro->sub_title ?? 'Expert Team Members'}}

{!!$aboutUsTeamIntro->description ?? '

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

'!!}.
@foreach ($teamMembers as $teamMember)
@if(!empty($teamMember->image) && Storage::exists($teamMember->image)) {{$teamMember->name}} @else image @endif
image

{{$teamMember->name}}

{{$teamMember->title}}
@endforeach
@endif @endsection @section('script') @endsection