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

壹然 evernature

Banner首圖
相簿專區
@endsection @section('body') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => 'album', ])
背景圖
背景圖
{{ Breadcrumbs::render('albumShow', $post) }}
[{{ $postCategory }}]

{{ $title }}

@foreach($images as $image)
{{ $image->title }}
@endforeach
@foreach($images as $image)
{{ $image->title }}
@endforeach
{!! $content !!}

相關推薦

@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @endsection