@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
{{__('OUR BEST INVESTMENTS')}}

{{__('To Get Ahead With Big Smart Investments')}}

img
{{__($workAreaFirst->title)}}

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

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

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

{{__('More Info')}} img
@endforeach
{{__('OUR BEST SERVICES')}}

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

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

{{$key+1}}

{{__($data->title)}}

{{__($data->description)}}

img
@endforeach
{{__('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')}}
{{__('RECENT TRANSACTION')}}

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

img
{{__('Referral')}}

{{__('Our Best Referral Program')}}

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

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

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

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

{{__('PAYMENT')}}

{{__('Payment Methods')}}

img
{{__('SOME FAQ\'S')}}

{{__('Frequently Ask Question')}}

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

{!! __($data->answer) !!}
@endforeach
{{__('LATEST NEWS')}}

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

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