@extends('front.layouts.master') @section('content') @if($widget_contents) @foreach($widget_contents as $key=>$item) @include('front.pages.widgets.'.$item->widget_slug,['singleWidgetDataShow'=>$item,'params'=>$params]) @endforeach @endif @endsection