@extends('backEnd.master') @section('title') @lang('exam.marks_register') @endsection @push('css') @endpush @section('mainContent')

@lang('common.select_criteria')

@if(userPermission('marks_register_create')) @endif
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'marks_register_search', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if ($errors->has('exam')) {{ $errors->first('exam') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
{{ Form::close() }}
@if(isset($students))
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'marks_register_store', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'marks_register_store']) }}

@lang('exam.marks_register')

@foreach($marks_entry_form as $part) @endforeach @php $colspan = 3; $counter = 0; @endphp @foreach($students as $student) @php $entry_form_count=0; @endphp @foreach($marks_entry_form as $part)
@lang('student.admission_no'). @lang('student.roll_no'). @lang('common.student') @lang('common.class_Sec') {{@$subjectNames->subject_name}} @lang('exam.is_present')
{{@$part->exam_title}} ( {{@$part->exam_mark}} )
{{$student->studentDetail->admission_no}} {{@$student->roll_no}} {{@$student->studentDetail->full_name}} {{$student->class->class_name.'('.$student->section->section_name .')' }}