@extends('layout.layout') @section('content') @include('custom::component.reply-btn', ['url' => route('admin.news.index')])
最新消息資訊
編輯
@if (count($news->attachments)) @endif @if(!is_null($site_id)) @endif
標題
{{$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
@include('custom::component.delete-window', ['url' => route('admin.news.destroy', $news)]) @endsection {{-- Script --}} @push('scripts') @endpush