@extends('layout.layout') @section('content') @include('custom::component.reply-btn', ['url' => route('admin.news.index')])
最新消息資訊
@if (count($news->attachments)) @endif
標題
{{$news->title}}
內容
{!! $news->content !!}
附件
編輯
@include('custom::component.delete-window', ['url' => route('admin.news.destroy', $news->id)]) @endsection {{-- Script --}} @push('scripts') @endpush