@extends('layout.layout') @section('content') @include('custom::component.reply-btn', ['url' => route('admin.news.index')])
| 標題 |
{{$news->title}}
|
|---|---|
| 內容 |
{!! $news->content !!}
|
| 是否顯示 |
{{$news->is_show_name}}
|
| 附件 |
|
| 關聯場地 | @foreach ($sites as $key => $val) @if (in_array($key, $site_id) && $val['badge_color']) {{$val['name']}} @endif @endforeach |