@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} Course Details | External @endsection @section('content')

EE-Registered Student(s) on the course-{{ $course->course_code }}

    @role('DAEO|HOD') @if ($results_confirmation->confirmation_status == 1) @endif @endrole
# Student Name Sex Registration No. External Mark Score
@endsection @section('scripts') @endsection @section('css') @endsection