@extends($theme.'frontend.layouts.master') @section('title',__('Home')) @section('content')
img
{{__($general->about_head)}}

{{__($general->about_title)}}

{{__($general->about_body)}}

img
{{__($general->single_about1_title)}}

{{__(short_text($general->single_about1_description, 20))}}

img
{{__($general->single_about2_title)}}

{{__(short_text($general->single_about2_description, 20))}}

{{__('About Us')}} img
img
{{__($workAreaFirst->title)}}

{{__(short_text($workAreaFirst->description,25))}}

@foreach($workArea as $data)
img
{{__($data->title)}}

{{__(short_text($data->description,25))}}

@endforeach
{{__('Ask Anything')}}

{{__('Asked any questions ?')}}

@foreach ($faqs as $key => $data)

{!! __($data->answer) !!}
@endforeach
img
{{__('OUR BEST SERVICES')}}

{{__('Your Path To Financial Prosperity')}}

{{__($general->invest_head)}}

{{__($general->invest_title)}}

{{__('PROFIT CALCULATOR')}}

{{__('Fund Your Account')}}

{{__('Mining Plan Type')}}
{{__('All Plan')}}
img

0

{{__('Total Percent')}}
img

0

{{__('Return Action')}}
img

0

{{__('Net Profit')}}
img

0

{{__('Total Return')}}
{{__($general->investor_head)}}

{{__($general->investor_title)}}

{{__('RECENT TRANSACTION')}}

{{__('Your Money Working Harder For You')}}

{{__('LATEST NEWS')}}

{{__('News And Articles')}}

@foreach($news as $data)
img
  • {{__('By Author')}}
  • {{date('F j, Y', strtotime($data->updated_at))}}
{{$data->title}}
{{__('View More')}} img
@endforeach
@stop