@extends('layouts.admin') @section('title','Edit Session') @section('page-title','Edit Exam Session') @section('content')
Edit — {{ $examSession->title }}
@csrf @method('PUT')
shuffle_questions) ? 'checked' : '' }}>
shuffle_options) ? 'checked' : '' }}>
show_result_immediately) ? 'checked' : '' }}>
Cancel
@endsection