@extends($theme.'frontend.layouts.master') @section('title',__('Home')) @section('content')
img

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

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

{{__('Read more')}}
@foreach($workArea as $data)
img

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

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

{{__('Read more')}}
@endforeach
{{__($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($workAreaFirst->description,25))}}

img
{{__('How we work')}}

{{__('How It Works')}}

@foreach($services as $key => $data)
img {{$key+1}}

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

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

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

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

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

{{__('Calculate Your Profit')}}

{{$general->currency}}
img

{{__('Total Percent')}}

0

img

{{__('Return Action')}}

0

img

{{__('Net Profit')}}

0

img

{{__('Total Return')}}

0

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

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

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

@foreach($investors as $data)
img

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

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

    @if(!is_null($data->fb_link))
  • @endif @if(!is_null($data->twitter_link))
  • @endif @if(!is_null($data->linkedin_link))
  • @endif
@endforeach

{{__('Latest Top Investments News')}}

@foreach($news as $data)
img

{{$data->title}}

{{__('Author')}} {{date('F j, Y', strtotime($data->updated_at))}}

{!! short_text($data->description, 30) !!}

{{__('Read More')}}
@endforeach

{{__('Trusted By')}}

@stop