@extends('partials.layouts') @section('content')
{{ $news->publish_date }} | {{ $news->category }}

{{ $news->title }}

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

Download PDF

@endif
@endsection