@extends('front.layouts.master') @section('title', $title) @section('content') @php $breadcrumbOption = getThemeOption('breadcrumb') ?? []; $breadcrumbImg = $breadcrumbOption['breadcrumb_img'] ?? null; $breadcrumbColor = $breadcrumbOption['breadcrumb_color'] ?? '#f1f1f1'; @endphp @if ($is_bread_crumb) @endif @if ($widget_contents) @foreach ($widget_contents as $key => $item) @include('front.pages.widgets.' . $item->widget_slug, [ 'singleWidgetDataShow' => $item, 'params' => $params, ]) @endforeach @endif @endsection