@extends('student-panel.partials.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ $data['title'] }}

@if (hasPermission('homework_create')) {{ ___('common.add') }} @endif
@forelse ($data['homeworks'] as $key => $row) @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('academic.subject') }} {{ ___('academic.date') }} {{ ___('academic.marks') }} {{ ___('academic.document') }} {{ ___('academic.submission_date') }} {{ ___('common.action') }}
{{ ++$key }} {{ $row->subject->name }} {{ $row->date }} {{ $row->marks }} {{ $row->submission_date }} @if($row->check_submitted) {{ ___('online-examination.Submitted') }}
{{ ___('online-examination.Evaluated Marks') }}: {{$row->check_submitted->marks}} @else {{ ___('online-examination.Not Submitted Yest') }} @endif

{{ ___('common.no_data_available') }}

{{ ___('common.please_add_new_entity_regarding_this_table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush