@extends('admin::layouts.plane') @section('page_heading') {{$title}} @endsection @section('content')
| Class - Section (Total Strength) | View Result | Class Teacher | Observer | Principal |
|---|---|---|---|---|
| {{$arrClasses[$classSection[$key]->current_class]}} - {{$classSection[$key]->section}} ({{$classSection[$key]->total}}) | @if(isset($newArray[$class][$section]['teacher'])) {{ Form::open(array('url' => 'config/examinationExcelRepots', 'method' => 'post')) }} {{ csrf_field() }} @if(($class == 9 || $class == 10 ) && ($result_type == 'Pre Mid Term')) @elseif(($class == 9 || $class == 10 ) && ($result_type == 'Half Yearly')) @elseif(($class == 9 || $class == 10 ) && ($result_type == 'Post Mid Term')) @else @endif {{ Form::close() }} @endif | {{isset($newArray[$class][$section]['teacher'])?'Yes':'No'}} | {{isset($newArray[$class][$section]['observer'])?'Yes':'No'}} | {{isset($newArray[$class][$section]['principal'])?'Yes':'No'}} |