mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
296 B
PHTML
11 lines
296 B
PHTML
1 day ago
|
@extends('website.inc.website-layout')
|
||
|
@section('title')
|
||
|
{{$title}}
|
||
|
@endsection
|
||
|
@section('content')
|
||
|
@foreach(getParts('under-construction') as $part)
|
||
|
@php($p = $part->getBladeWithData($model??null))
|
||
|
@include($p['blade'],['data' => $p['data']])
|
||
|
@endforeach
|
||
|
@endsection
|