@extends('mobile.layouts.mobile-app') @section('title', $tournament['name'].' | Sport 1') @section('banners_data') @endsection @section('structured_data') @endsection @section('content')
@include('mobile.layouts._breadcrumb',['pageName'=> $tournament['name']])

@include('mobile.layouts._three-news-template',['article'=>$leagueArticles,'league'=>$league])
@endsection @push('scripts-mobile') @endpush