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

{{ $sport->name }} News

@include('news._latest-articles-primary-container')
@include('ads.golden-444-static') @include('news._latest-news-primary-container') @include('layouts.categories-footer')
@endsection