@extends('layout.layout') @php $pageTitle = $news->title; @endphp @section('content') @include('custom::component.reply-btn', ['url' => url()->previous()])

{{$news->title}}

@if (count($news->attachments)) @endif
內容
{!! $news->content !!}
附件
@endsection