@extends('backEnd.master') @push('css') @endpush @section('title') @lang('exam.exam') @endsection @section('mainContent')
@if(isset($exam)) @if(userPermission("exam-setup-store")) @endif @endif {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => array('exam-update',$exam->id), 'method' => 'PUT', 'enctype' => 'multipart/form-data']) }}

@lang('exam.edit_exam')

@if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level', ['required' => ['USN','UF', 'UD', 'UA', 'US', 'USL'], 'div'=>'col-lg-4','hide'=> ['USUB'],'disabled'=>1 ])
@else
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@endif
@if ($errors->has('exam_marks')) {{ $errors->first('exam_marks') }} @endif
@if(generalSetting()->result_type == 'mark')
@if ($errors->has('pass_mark')) {{ $errors->first('pass_mark') }} @endif
@endif
@lang('exam.add_mark_distributions')
@php $i = 0; $totalMark = 0; @endphp @foreach($exam->GetExamSetup as $row) @php $i++; $totalMark += $row->exam_mark; @endphp @endforeach
@lang('exam.exam_title') @lang('exam.exam_mark') @lang('common.action')
@lang('exam.result')
{{ Form::close() }}
@endsection