@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' => 'news', ])
背景圖
背景圖
@foreach($posts as $post)
[{{ $post->postCategories->first()->title }}]

{{ $post->title }}

{{ Text::summary($post->content, 300) }}

id) }}" class="moreBtn">閱讀更多

@endforeach {!! $postLinks !!}
@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @endsection