@extends('theme.master') @section('title', 'Show Institute') @section('content') @include('admin.message') @if ($errors->any())
@endif

Show Student Perfomance

{{-- Back --}}
@include('institute.sidebar')
@php $counter = 0; @endphp @if ($quizanswer != null && $quizanswer->count() > 0) @foreach($quizanswer as $quizanswe) @endforeach @else @endif
Date Cource Topic user Mark Obtaion View Score Card
{{ date('d-m-Y', strtotime($quizanswe->created_at)) }} {{ !empty($quizanswe->courses)?$quizanswe->courses->title:'-'}} {{$quizanswe->topic->title}} {{$quizanswe->user->fname}}

{{$quizanswe->score_card}}

View Score Card
No records found.
{{ $quizanswer->links() }}
@endsection @section('custom-script') @endsection