@php use App\Libraries\Text;use Carbon\Carbon; @endphp @extends('foreground.layouts.frame') @section("titleBanner")
Banner圖

OUR PROJECTS /
作品欣賞

@endsection @section('body') @include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => 'album', ])
{{ Breadcrumbs::render('albumShow', $post) }}
{{ $postCategory }}

{{ $title }}

{!! $content !!}

相關閱讀

@foreach($otherPosts as $post) @if($loop->index >= 3) @break @endif {{--@dd($album)--}} @endforeach
@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @vite("resources/js/foreground/sliderDetailVertical.js") @endsection