@extends('website.inc.website-layout') @section('title') {{$title}} - {{config('app.name')}} @endsection @php if ($category->bg != null){ $bg = $category->bgUrl(); } @endphp @section('content')
@foreach(getParts($area) as $part) @php($p = $part->getBladeWithData()) @include($p['blade'],['data' => $p['data']]) @endforeach
@endsection