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

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

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

@foreach($workArea as $data)
icon

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

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

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

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

{{__(short_text($general->about_body,50))}}

{{__('Find Out More')}}
icon
{{__($general->single_about1_title)}}

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

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

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

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

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

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

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

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

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

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

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

@foreach($investors as $data)
img
{{__($data->name)}}
{{__($data->designation)}}
@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) !!}

@endforeach
@stop