{{ $hero?->sub_title }}

{{ $hero?->title }}

{{ $hero?->description }}

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

{{ $item?->count }} +

{{ $item?->title }}
@endforeach
@if($aboutSection->status == 'active')

{{ $aboutSection?->sub_title }}

{{ $aboutSection?->title }}

{{ $aboutSection?->text }}

icon
{!! $about->license_certify !!}
icon
{!! $about->saving_investment !!}
icon
{!! $about->innovate !!}
@endif @if($plansSection->status == 'active')
png

{{ $plansSection->sub_title}}

{{ $plansSection->title}}

@foreach($plans as $index=> $item)
icon
@if($item->is_populer == 1) Most Popular @endif

{{ $item?->title }}

{{$item?->sub_title}}

@if($item->invest_type == 'fixed')

{{ showPrice($item?->fixed_amount) }} /{{ $item?->roi }}% {{__('front.Return')}}

@else

{{ showPrice($item?->min_amount) }} - {{ showPrice($item?->max_amount) }} /{{ $item?->roi }}% {{__('front.Return')}}

@endif {{__('front.Invest Now')}}
  • @if($item->is_populer == 1) @else @endif {{__('front.Minimum Investment:')}} {{ showPrice($item->fixed_amount > 0 ? $item->fixed_amount : $item->min_amount) }}
  • {{__('front.Return on Investment:')}} {{($item?->roi)}}%
  • {{__('front.Profit In Every :')}} {{($item?->schedule?->name)}}
  • {{__('front.Capital Will Back :')}} {{ $item->capital_back == 1 ? __('front.YES') : __('front.NO') }}
@endforeach
@endif @if($calculatorSection->status == 'active')

{{ $calculatorSection?->sub_title }}

{{ $calculatorSection?->title }}

{{ $calculatorSection?->test }}

img
125k+

{{__('front.Satisfied Client')}}

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

{{$howWorkSection?->sub_title}}

{{$howWorkSection?->title}}

{{$howWorkSection?->text}}

@foreach($howWorks as $index=> $item)

Step - {{ ++$index }}

icon img
{{ $item->title }}

{{ $item->details }}

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

{{ $depositWithdraw?->sub_title }}

{{ $depositWithdraw?->title }}

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

{{ $testimonialSection->sub_title }}

{{ $testimonialSection->title }}

{{ $testimonialSection->text }}

@foreach($testimonials as $index=> $item)
img
{{$item?->user_name}}
{{$item?->designation}}

{{$item?->details}}

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

{{ $teamSection->sub_title }}

{{ $teamSection->title }}

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

{{ $blogSection?->sub_title }}

{{ $blogSection?->title }}

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

{{ $teamSection->sub_title }}

{{ $teamSection->title }}

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

{{ $paymentSection->sub_title }}

{{ $paymentSection->title }}

@foreach($paymentGetways->take(2) as $gateway)
{{ $gateway->name ?? 'N/A' }}
@endforeach
@foreach($paymentGetways->skip(2) as $gateway) @if(!empty($gateway->photo))
{{ $gateway->name ?? 'N/A' }}
@endif @endforeach
@endif @if($paymentSection->status == 'active')

{{ $affiliateSection?->sub_title }}

{{ $affiliateSection?->title }}

icon img

{{ $affiliateSection?->text1 }}

icon img

{{ $affiliateSection?->text2 }}

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

{{__('front.SIGN UP TO NEWSLATTER')}}

@csrf
@push('scripts') @endpush