@php use App\Libraries\Text;use Carbon\Carbon; @endphp @extends('foreground.layouts.frame') @section('body') @include("foreground.layouts.alert")
@include('foreground.layouts.header', [ 'current' => 'column', ])
背景圖片

Column

相簿專區

Banner首圖

相簿專區Column

{!! $postLinks !!}
@include('foreground.layouts.footer')
@endsection @section('bodyDelete')

CaryTest 相簿專區

@foreach($posts as $post) {{-- @dump($post->toArray())--}} @endforeach {!! $postLinks !!}
@endsection