@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.datatable-header') @endsection @section('content')

রেজিস্ট্রেশনকৃত শিক্ষার্থীর তালিকা

{{ csrf_field() }} @if(count($selections) > 0) @foreach($selections as $selection) @endforeach @else @endif
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি মার্ক-১ মার্ক-২ মার্ক-৩ মার্ক-৪ শ্রেণি শিক্ষক(২৫%)+লেখা পড়া করে যে(২৫%)+অামার আমি (৫০%) সম্পাদনা
{{$i}} {{$selection->name}} {{$selection->class}} {{$selection->roll}}
{{$selection->marks_1}} {{$selection->marks_2}} {{$selection->marks_3}} {{$selection->marks_4}} {{$selection->total}} Edit
No Data Found

বাছাই পর্ব এর শিক্ষার্থীর তালিকা

{{ csrf_field() }} @if(count($firstRounds) > 0) @foreach($firstRounds as $firstRound) @endforeach @else @endif
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি গানের খাতার স্বরলিপি(৪০%) আমার পরানও যাহা..(৫০%) বিচারক ১ম পর্ব (১০%) বিচারক ২য় পর্ব (১০%) গানের খাতার স্বরলিপি(৪০%)+আমার পরানও যাহা..(৫০%)+বিচারক ১ম (১০%)+বিচারক ২য় (১০%) সম্পাদনা
{{$i}} {{$firstRound->name}} {{$firstRound->class}} {{$firstRound->roll}}
{{$firstRound->marks_1}} {{$firstRound->marks_2}} {{$firstRound->marks_3}} {{$firstRound->marks_4}} {{$firstRound->total}} Edit
No Data Found

২য় পর্ব এর শিক্ষার্থীরা

{{ csrf_field() }} @if(count($secondRounds) > 0) @foreach($secondRounds as $secondRound) @endforeach @else @endif
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি 1 2 3 4 সম্পাদনা
{{$i}} {{$secondRound->name}} {{$secondRound->class}} {{$secondRound->roll}}
{{$secondRound->marks_1}} {{$secondRound->marks_2}} {{$secondRound->marks_3}} {{$secondRound->marks_4}} Edit
No Data Found

3য় পর্ব এর শিক্ষার্থীরা

{{ csrf_field() }} @if(count($thirdRounds) > 0) @foreach($thirdRounds as $thirdRound) @endforeach @else @endif
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি 1 2 3 4 সম্পাদনা
{{$i}} {{$thirdRound->name}} {{$thirdRound->class}} {{$thirdRound->roll}}
{{$thirdRound->marks_1}} {{$thirdRound->marks_2}} {{$thirdRound->marks_3}} {{$thirdRound->marks_4}} Edit
No Data Found

4th পর্ব এর শিক্ষার্থীরা

{{ csrf_field() }} @if(count($fourthRounds) > 0) @foreach($fourthRounds as $fourthRound) @endforeach @else @endif
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি 1 2 3 4 সম্পাদনা
{{$i}} {{$fourthRound->name}} {{$fourthRound->class}} {{$fourthRound->roll}}
{{$fourthRound->marks_1}} {{$fourthRound->marks_2}} {{$fourthRound->marks_3}} {{$fourthRound->marks_4}} Edit
No Data Found

5th পর্ব এর শিক্ষার্থীরা

{{ csrf_field() }} @if(count($fifthRounds) > 0) @foreach($fifthRounds as $fifthRound) @endforeach @else @endif
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি 1 2 3 4 সম্পাদনা
{{$i}} {{$fifthRound->name}} {{$fifthRound->class}} {{$fifthRound->roll}}
{{$fifthRound->marks_1}} {{$fifthRound->marks_2}} {{$fifthRound->marks_3}} {{$fifthRound->marks_4}} Edit
No Data Found

6th পর্ব এর শিক্ষার্থীরা

{{ csrf_field() }} @if(count($sixRounds) > 0) @foreach($sixRounds as $sixthRound) @endforeach @else @endif
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি 1 2 3 4 সম্পাদনা
{{$i}} {{$sixthRound->name}} {{$sixthRound->class}} {{$sixthRound->roll}}
{{$sixthRound->marks_1}} {{$sixthRound->marks_2}} {{$sixthRound->marks_3}} {{$sixthRound->marks_4}} Edit
No Data Found
@endsection @section('footer-script') @include('admin.layouts.datatable-footer-script') @endsection