Submited Answers

 Approve  Reject  Delete
Student Submitted Answers Record list on table. Filter list using the search box as you wish.
{!! Form::open(['route' => 'assignment.answer.bulk-action', 'id' => 'bulk_action_form']) !!}
@if (isset($data['answers']) && $data['answers']->count() > 0) @php($i=1) @foreach($data['answers'] as $answer) @php($i++) @endforeach @else @endif
S.N. Reg. Num.. Name Answer Attachment Status
{{ $i }} {!! $answer->reg_no !!} {{ $answer->first_name.' '. $answer->middle_name.' '.$answer->last_name }} {{--{!! $answer->answer_text !!}--}} View Answer Detail @if($answer->file) Attachment File @endif @if($answer->approve_status == 1) @elseif($answer->approve_status == 2) @else @endif
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}