@php $portfolio = getContent('portfolio.content',true); $portfolios = App\Models\Portfolio::where('status',1)->limit(5)->get(); $portfoliosCount = App\Models\Portfolio::where('status',1)->count(); @endphp
{{__($portfolio->data_values->top_heading)}}

{{__($portfolio->data_values->heading)}}

{{__($portfolio->data_values->sub_heading)}}