@extends('layouts.main') @section('title') {{ pageTitle(['Icc Rankings - '.ucfirst($type)]) }} @endsection @section('content')
@include('ads.golden-444-static')

ICC Cricket Rankings - {{ ucfirst($type) }}'s Batting

@if(count($filterBtns) > 0) @foreach($filterBtns as $key => $filter) @php if($key == 0) $selectedFilter = $filter; @endphp @endforeach @endif
@include('ads.golden-444-static')
@include('news._latest-news-primary-container') @include('layouts.categories-footer')
@endsection @section('page-specific-scripts') @endsection