@extends('layouts.app') @section('title', 'Merit — ' . $post->code) @section('breadcrumb') Dashboard Merit list {{ $post->code }} @endsection @section('content') Code {{ $post->code }} BPS-{{ $post->bps }} {{ number_format($post->total_seats) }} seats {{ $post->title }} Ranked list of completed exam attempts for this post. {{ $attempts->count() }} Ranked {{ $attempts->max('score') ?? '—' }} Highest {{ $attempts->isNotEmpty() ? round($attempts->avg('score'), 1) : '—' }} Average {{ $attempts->min('score') ?? '—' }} Lowest 2 1 3
Ranked list of completed exam attempts for this post.