@extends('theme::layouts.app', ['alias' => 'Ranking']) @section('theme::title', __('seo.ranking.index', ['name' => Str::ucfirst($mode)])) @section('theme::content')

{{ __('ranking.title') }}

{!! $dataTable->table(['class' => 'table table-hover table-bordered table-striped w-100'], true) !!}
@endsection @push('theme::javascript') {!! $dataTable->scripts() !!} @endpush