@extends('admin.layouts.master') @section('title', 'Contest Leaderboard') @section('content')

@yield('title')

Top Winners list
{{ __('Label.Id') }} {{ __('Label.Name') }} School Name {{ __('Label.Rank') }} {{ __('Label.Score') }} {{ __('Label.Price') }} Time(in seconds)
Analysis {{-- --}} {{-- --}} {{-- --}}
{{ __('Label.Id') }} {{ __('Label.Name') }} School Name Analysis {{ __('Label.Score') }} {{ __('Label.Price') }} Time(in seconds)
@endsection @push('scripts') @endpush