@extends('layout.layout') @php $pageTitle = $news->title; @endphp @section('content') @include('custom::component.reply-btn', ['url' => url()->previous()])
| 內容 |
{!! $news->content !!}
|
|---|---|
| 附件 |
|
| 關聯場地 | @foreach ($sites as $key => $val) @if (in_array($key, $site_id) && $val['badge_color']) {{$val['name']}} @endif @endforeach |