{{ $hero?->sub_title }}

{{ $hero?->title }}

{{ $hero?->description }}

img
img
img
@foreach($counters as $index=> $item)
icon

{{ $item?->count }} +

{{ $item?->title }}
@endforeach
@if($aboutSection->status == 'active') @endif @if($plansSection->status == 'active') @endif @if($calculatorSection->status == 'active') @endif @if($howWorkSection->status == 'active') @endif @if($depositWithdraw->status == 'active')

{{ $depositWithdraw?->sub_title }}

{{ $depositWithdraw?->title }}

@foreach($deposits as $index=> $item) @endforeach
{{__('front.User Name')}} {{__('front.Amount')}} {{__('front.Wallet')}} {{__('front.Date')}}
img {{ $item->user?->name }}
{{ showPrice($item?->amount) }} {{ $item?->method }} {{ format_date($item->created_at) }}
@foreach($withdraws as $index=> $item) @endforeach
{{__('front.User Name')}} {{__('front.Amount')}} {{__('front.Wallet')}} {{__('front.Date')}}
img {{ $item->user?->name }}
{{ showPrice($item?->amount) }} {{ $item?->method }} {{ format_date($item->created_at) }}
@endif @if($testimonialSection->status == 'active') @endif @if($investorSection->status == 'active') @endif @if($blogSection->status == 'active')

{{ $blogSection?->sub_title }}

{{ $blogSection?->title }}

@endif @if($teamSection->status == 'active')

{{ $teamSection->sub_title }}

{{ $teamSection->title }}

{{ $teamSection->text }}

@endif @if($paymentSection->status == 'active')

{{ $paymentSection->sub_title }}

{{ $paymentSection->title }}

{{ $paymentSection->text }}

@endif @if($affiliateSection->status == 'active')
img

{{ $affiliateSection?->sub_title }}

{{ $affiliateSection?->title }}

{{ $affiliateSection?->text }}

{{ $affiliateSection?->button_text }}
@endif