@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | Admitted Students @endsection @section('content')

Exam Coupon Details

Here below are details about the coupon you scanned.

Reg No: {{$reg_no}}
Exam Type: @switch($examCoupon->type) @case('S2-T 1-9') {{ \Illuminate\Support\Str::upper('TEST ONE') }} @break @case('S1-T 1-9') {{ \Illuminate\Support\Str::upper('TEST ONE') }} @break @case('S1-T 1-8') {{ \Illuminate\Support\Str::upper('TEST ONE') }} @break @case('S2-T 1-8') {{ \Illuminate\Support\Str::upper('TEST ONE') }} @break @case('S2-SE-8') {{ \Illuminate\Support\Str::upper('SEMESTER EXAM') }} @break @case('S1-T2') {{ \Illuminate\Support\Str::upper('Test Two') }} @break @case('S1-SE') {{ \Illuminate\Support\Str::upper('SEMESTER EXAM') }} @break @default {{ \Illuminate\Support\Str::upper('Unkwown') }} @endswitch
Course Code Status
{{ $examCoupon->course->course_code }} {{-- 'aaa' --}} {{ \Illuminate\Support\Str::upper($examCoupon->status) }}
@if ($examCoupon->status == 'active')
@csrf
@elseif($examCoupon->status == 'checkin')
@csrf
@else @endif
@endsection @section('css') @endsection @section('scripts') @endsection