@extends('partials.layouts') @section('content')
Back to News

{{ $news->title }}

{{--

{{ $news->publish_date }} | {{ $news->category }}

--}}
{!! $news->content !!}
@if($news->pdf)

Download PDF

@endif
@endsection