@extends('layouts.admin') @section('styles') @section('content')
@csrf
Create a new module
Module Name
Exam topic
Exam mark
@if (count($exam_modules) > 0)
@php $i = 1; @endphp @foreach ($exam_modules as $key => $exam_module) @php $i++; @endphp @endforeach
No Module Name Exam Type & Marks
{{ $i }} {{ $key }} @foreach ($exam_module as $item)
{{ ucwords($item->exam_type) }} - {{ $item->number }}
@if ($item->exam_type == 'quiz') $item->id]) }}>Create Quiz id) }}>View Quizes @endif @if ($item->exam_type == 'written') Add marks @endif @if ($item->exam_type == 'assignment') Create Assignment Group Upload Assignment Add marks @endif @if ($item->exam_type == 'presentation') Create Presentation group Assign Presentation Add marks @endif @if ($item->exam_type == 'individual assignment') Individual assignement Add marks @endif @if ($item->exam_type == 'book review') Book Review Add marks @endif @if ($item->exam_type == 'attendance') Add marks @endif
@endforeach
@endif
@endsection @section('scripts') @endsection