@extends('master') @section('title') {{ $title }} @endsection @section('content')
| Publish Date | status | Description | Thumbnail |
|---|---|---|---|
| {{ $newsItem->publish_date }} | {{ $newsItem->status ? 'published':'unpublished'}} | {!! $newsItem->description ?? 'No description available' !!} |
@if($newsItem->thumbnail)
|