@extends('layouts.app') @section('titlePage', 'Assignment Report') @section('content')
@include('common.alert')
@foreach ($data as $value) @endforeach
Title Duration Category Total Marks Exam Type Action
{{ $value->title }} {{ $value->duration }} {{ $value->category->category }} {{ $value->total_marks }} {{ $value->examType->title ?? 'None' }} Detail Export
{{-- Pagination --}}
Showing {{$data->firstItem()}} to {{$data->lastItem()}} of {{$data->total()}} Entries
@endsection @section('script') @endsection