@extends('layouts.main') @section('title') {{ pageTitle(['Records']) }} @endsection @section('content')
@include('ads.golden-444-static')
@if($record_filters->count() > 0)
@foreach($record_filters as $key => $record_filter) @endforeach
In
Year
Team
Opposition
Conway 1 1 122 122.00
Latham 1 1 71 71.00
Virat Kohli 1 1 71 71.00
Dhoni 1 1 71 71.00
Conway 1 1 122 122.00
Latham 1 1 71 71.00
Virat Kohli 1 1 71 71.00
Dhoni 1 1 71 71.00
@foreach($record_filters as $key => $record_filter)
@endforeach
@else
Records are not found!
@endif
@include('ads.golden-444-static')
@include('news._latest-news-primary-container') @include('layouts.categories-footer')
@endsection @section('page-specific-scripts') @endsection