@extends('layouts.main') @section('title') {{ pageTitle([$article->title]) }} @endsection @section('content') @include('layouts.breadcrumbs', ['sport' => $article->sport])

{{ $article->title }}

{{ $article->views_count }}
{!!str_replace("\n", "

", $article->content)!!}

Click here to read article

@include('news._related-articles-primary-container')
@include('ads.golden-444-article-detail') @include('news._latest-news-primary-container')
@endsection