@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.dashboard-header-script') @endsection @section('content')
| ক্রমিক | অংশগ্রনকারীর নাম | শ্রেণি | রোল | রক্তের গ্রপ | Picture | Access | First Episode Text question active | First Episode Text question Inactive | First Episode Images active | First Episode Images Inactive | First Episode Audio active | First Episode Audio Inactive | First Episode Video active | First Episode Video Inactive |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$two->name}} | {{$two->class}} | {{$two->roll}} |
|
{!! Form::open(['action' => ['AdminController@quizepermission', $two->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $two->id)!!} {!! Form::hidden('type_one',1)!!} {!! Form::hidden('_method', 'POST') !!} @if($two->type_one == 1) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizepermission', $two->id], 'method'=> 'POST']) !!} {!! Form::hidden('type_one', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($two->type_one == 0) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundoneimage', $two->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $two->id)!!} {!! Form::hidden('type_two',1)!!} {!! Form::hidden('_method', 'POST') !!} @if($two->type_two == 1) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundoneimage', $two->id], 'method'=> 'POST']) !!} {!! Form::hidden('type_two', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($two->type_two == 0) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundoneaudio', $two->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $two->id)!!} {!! Form::hidden('type_three',1)!!} {!! Form::hidden('_method', 'POST') !!} @if($two->type_three == 1) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundoneaudio', $two->id], 'method'=> 'POST']) !!} {!! Form::hidden('type_three', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($two->type_three == 0) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundonevideo', $two->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $two->id)!!} {!! Form::hidden('type_four',1)!!} {!! Form::hidden('_method', 'POST') !!} @if($two->type_four == 1) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundonevideo', $two->id], 'method'=> 'POST']) !!} {!! Form::hidden('type_four', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($two->type_four == 0) @else @endif {!! Form::close() !!} | ||
No Data Found |
| ক্রমিক | অংশগ্রনকারীর নাম | শ্রেণি | রোল | রক্তের গ্রপ | Picture | Access | First Episode Text question active | First Episode Text question Inactive | First Episode Images active | First Episode Images Inactive | First Episode Audio active | First Episode Audio Inactive | First Episode Video active | First Episode Video Inactive |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$three->name}} | {{$three->class}} | {{$three->roll}} |
|
{!! Form::open(['action' => ['AdminController@quizeroundthreetext', $three->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $three->id)!!} {!! Form::hidden('type_one',1)!!} {!! Form::hidden('_method', 'POST') !!} @if($three->type_one == 1) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundthreetext', $three->id], 'method'=> 'POST']) !!} {!! Form::hidden('type_one', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($three->type_one == 0) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundthreeimage', $three->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $three->id)!!} {!! Form::hidden('type_two',2)!!} {!! Form::hidden('_method', 'POST') !!} @if($three->type_two == 2) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundthreeimage', $three->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $three->id)!!} {!! Form::hidden('type_two', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($three->type_two == 0) @else @endif {!! Form::close() !!} | ||||||
No Data Found |
| ক্রমিক | অংশগ্রনকারীর নাম | শ্রেণি | রোল | রক্তের গ্রপ | Picture | Access | First Episode Text question active | First Episode Text question Inactive | First Episode Images active | First Episode Images Inactive | First Episode Audio active | First Episode Audio Inactive | First Episode Video active | First Episode Video Inactive |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$four->name}} | {{$four->class}} | {{$four->roll}} |
|
{!! Form::open(['action' => ['AdminController@quizeroundfourtext', $four->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $four->id)!!} {!! Form::hidden('type_one',1)!!} {!! Form::hidden('_method', 'POST') !!} @if($four->type_one == 1) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundfourtext', $four->id], 'method'=> 'POST']) !!} {!! Form::hidden('type_one', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($four->type_one == 0) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundfourimage', $four->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $four->id)!!} {!! Form::hidden('type_two',2)!!} {!! Form::hidden('_method', 'POST') !!} @if($four->type_two == 2) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundfourimage', $four->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $four->id)!!} {!! Form::hidden('type_two', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($four->type_two == 0) @else @endif {!! Form::close() !!} | ||||||
No Data Found |
| ক্রমিক | অংশগ্রনকারীর নাম | শ্রেণি | রোল | রক্তের গ্রপ | Picture | Access | First Episode Text question active | First Episode Text question Inactive | First Episode Images active | First Episode Images Inactive | First Episode Audio active | First Episode Audio Inactive | First Episode Video active | First Episode Video Inactive |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$five->name}} | {{$five->class}} | {{$five->roll}} |
|
{!! Form::open(['action' => ['AdminController@quizeroundfivetext', $five->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $five->id)!!} {!! Form::hidden('type_one',1)!!} {!! Form::hidden('_method', 'POST') !!} @if($five->type_one == 1) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundfivetext', $five->id], 'method'=> 'POST']) !!} {!! Form::hidden('type_one', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($five->type_one == 0) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundfiveimage', $five->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $five->id)!!} {!! Form::hidden('type_two',2)!!} {!! Form::hidden('_method', 'POST') !!} @if($five->type_two == 2) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundfiveimage', $five->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $five->id)!!} {!! Form::hidden('type_two', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($five->type_two == 0) @else @endif {!! Form::close() !!} | ||||||
No Data Found |
| ক্রমিক | অংশগ্রনকারীর নাম | শ্রেণি | রোল | রক্তের গ্রপ | Picture | Access | First Episode Text question active | First Episode Text question Inactive | First Episode Images active | First Episode Images Inactive | First Episode Audio active | First Episode Audio Inactive | First Episode Video active | First Episode Video Inactive |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$six->name}} | {{$six->class}} | {{$six->roll}} |
|
{!! Form::open(['action' => ['AdminController@quizeroundsixtext', $six->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $six->id)!!} {!! Form::hidden('type_one',1)!!} {!! Form::hidden('_method', 'POST') !!} @if($six->type_one == 1) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundsixtext', $six->id], 'method'=> 'POST']) !!} {!! Form::hidden('type_one', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($six->type_one == 0) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundsiximage', $six->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $six->id)!!} {!! Form::hidden('type_two',2)!!} {!! Form::hidden('_method', 'POST') !!} @if($six->type_two == 2) @else @endif {!! Form::close() !!} | {!! Form::open(['action' => ['AdminController@quizeroundsiximage', $six->id], 'method'=> 'POST']) !!} {!! Form::hidden('user_id', $six->id)!!} {!! Form::hidden('type_two', 0)!!} {!! Form::hidden('_method', 'POST') !!} @if($six->type_two == 0) @else @endif {!! Form::close() !!} | ||||||
No Data Found |