@extends('layouts.app') @section('content')

{{ $article->title }}

@if ($article->image) {{ $article->title }} @endif
{!! $article->content !!}
@if($relatedNews->count() > 0) @endif
Back to News
@endsection @push('scripts') @endpush