@php use App\Libraries\CartChannel;use App\Services\CMS\ProductService; use App\Libraries\Image; @endphp @extends('foreground.layouts.frame') @section("titleBanner")
Banner首圖

服務項目

逐步實現的夢想最珍貴
日系風/北歐風/鄉村風/現代風/輕奢風皆可

逐步實現的夢想最珍貴
日系風/北歐風/鄉村風/現代風/輕奢風皆可

@endsection @section('body') @include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => 'news', ])
{{ Breadcrumbs::render("serviceItem", $engineering) }}

{{$engineering->title}}

{!! $engineering->summary !!} {{--
  • 工程統包
  • 舊屋翻新
  • 室內設計
--}}
{!! $engineering->content !!} {{--

內容內容內容內容內容內容內容內容內容

--}} {{--

內容內容內容內容內容內容內容內容內容

--}}
{{--

案例

@foreach($engineering->images as $image) @endforeach
@foreach($engineering->images as $image) @endforeach
--}}
@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @viteIfExist("resources/js/foreground/products.js") @endsection