@extends('layouts.user') @section('content')

{{$gnl->title}}

{{$gnl->subtitle}}
@if(session('CurrentAccount')=='')
@csrf
@endif

0 {{$gnl->cur}}

MINER SPEED: {{$gnl->free_dhs}} DH/S | DAILY PROFIT {{$gnl->free_dhs*$gnl->daily}} {{$gnl->cur}}

{{$gnl->title}} Cloud Mining

How It Work?

{{$gnl->how_text_1}}

{{$gnl->how_text_2}}

{{$gnl->how_text_3}}

{{$gnl->how_text_4}}

@foreach($service as $data)

{{$data->title}}

{{$data->detail}}

@endforeach

About {{$gnl->title}}

{!! $gnl->about_text !!}

Watch movie

Transaction

DogeMiner Transaction

@if(count($deposit)==0) @endif @foreach ($deposit as $item) @endforeach
AMOUNT WALLET TRX TIME
NO DATA AVAILABLE
{{$item->amount}} {{$gnl->cur}} {!!substr_replace($item->account->wallet, 'XXX', -3)!!} {{$item->updated_at}}
@if(count($withdraw)==0) @endif @foreach ($withdraw as $item) @endforeach
AMOUNT WALLET TRX TIME
NO DATA AVAILABLE
{{$item->amount}} {{$gnl->cur}} {!!substr_replace($item->account->wallet, 'XXX', -3)!!} {{$item->created_at}}

{{$gnl->count_number_1}}

{{$gnl->count_title_1}}

{{$gnl->count_number_2}}

{{$gnl->count_title_1}}

{{$gnl->count_number_3}}

{{$gnl->count_title_1}}

{{$gnl->count_number_4}}

{{$gnl->count_title_1}}

FAQ’s

Frequently Asking Question’s

@foreach ($faqs as $key => $item)
{{$item->details}}
@endforeach
@foreach($testimonial as $data)

“{{$data->comment}}”

{{$data->name}} -

{{$data->company}}

@endforeach
@endsection @section('scripts') @endsection