@extends('layouts.main') @section('title','Manage Series') @section('content')
Please wait, Loading...

Note: Which assessment have to added, that order will be showing assessment while updating.

@php $no_test = $series->no_of_test; $j=0; @endphp @if($no_test) @for($i=1;$i<=$no_test;$i++) @if(count($series_assessments) < $i)
Assessment

Introduction to System Techniques

@else @php //echo "
";print_r(count($series_assessments));exit();
                                                
                                              @endphp
                                           
                                              @if(count($series_assessments) >= $i)
                                              
Assessment

{{ $series_assessments[$j]->assessment['name'] }}

@endif @endif @php $j++; @endphp @endfor @endif
Previous @if(count($series_assessments) == $no_test) @else @endif
@endsection @section('footer') @endsection