@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.dashboard-header-script') @endsection @section('content')
পর্ব প্রতি নম্বর পূরণ করুন।
{{ csrf_field() }} @foreach($users as $user) @endforeach
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি রাউন্ড শ্রেণি শিক্ষক(২৫%) লেখা পড়া করে যে(২৫%) অামার আমি (৫০%) মার্ক-৪
{{$i}} {{$user->name}} {{$user->class}} {{$user->roll}}
পর্ব প্রতি নম্বর পূরণ করুন।
{{ csrf_field() }} @foreach($firstRoundParticipents as $firstRoundParticipent) @endforeach
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি রাউন্ড গানের খাতার স্বরলিপি(৪০%) আমার পরানও যাহা..(৫০%) বিচারক ১ম পর্ব (১০%) বিচারক ২য় পর্ব (১০%)
{{$i}} {{$firstRoundParticipent->name}} {{$firstRoundParticipent->class}} {{$firstRoundParticipent->roll}}
এখানে বিচারক ও অতিথিদের নম্বর প্রদান করুন
{{ csrf_field() }} @foreach($secondRoundParticipents as $secondRoundParticipent) @endforeach
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি রাউন্ড প্রধান অতিথি বিচারক-১ বিচারক-২ বিচারক-৩
{{$i}} {{$secondRoundParticipent->name}} {{$secondRoundParticipent->class}} {{$secondRoundParticipent->roll}}
এখানে বিচারক ও অতিথিদের নম্বর প্রদান করুন
{{ csrf_field() }} @foreach($thirdRoundParticipents as $thirdRoundParticipent) @endforeach
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি রাউন্ড প্রধান অতিথি বিচারক-১ বিচারক-২ বিচারক-৩
{{$i}} {{$thirdRoundParticipent->name}} {{$thirdRoundParticipent->class}} {{$thirdRoundParticipent->roll}}
এখানে বিচারক ও অতিথিদের নম্বর প্রদান করুন
{{ csrf_field() }} @foreach($fourthRoundParticipents as $fourthRoundParticipent) @endforeach
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি রাউন্ড প্রধান অতিথি বিচারক-১ বিচারক-২ বিচারক-৩
{{$i}} {{$fourthRoundParticipent->name}} {{$fourthRoundParticipent->class}} {{$fourthRoundParticipent->roll}}
এখানে বিচারক ও অতিথিদের নম্বর প্রদান করুন
{{ csrf_field() }} @foreach($fifththRoundParticipents as $fifththRoundParticipent) @endforeach
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি রাউন্ড প্রধান অতিথি বিচারক-১ বিচারক-২ বিচারক-৩
{{$i}} {{$fifththRoundParticipent->name}} {{$fifththRoundParticipent->class}} {{$fifththRoundParticipent->roll}}
এখানে বিচারক ও অতিথিদের নম্বর প্রদান করুন
{{ csrf_field() }} @foreach($sixthRoundParticipents as $sixthRoundParticipent) @endforeach
SL শিক্ষার্থীর নাম শ্রেণি রোল ছবি রাউন্ড প্রধান অতিথি বিচারক-১ বিচারক-২ বিচারক-৩
{{$i}} {{$sixthRoundParticipent->name}} {{$sixthRoundParticipent->class}} {{$sixthRoundParticipent->roll}}
@section('footer') @include('admin.layouts.footer') @endsection @endsection @section('footer-script') @include('admin.layouts.dashboard-footer-script') @endsection