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

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

@error('class')
{{ $message }}
@enderror
@error('section')
{{ $message }}
@enderror
@error('exam_type')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror

{{ $data['title'] }}

@if (hasPermission('exam_assign_create')) {{ ___('common.add') }} @endif
@if (hasPermission('exam_assign_update') || hasPermission('exam_assign_delete')) @endif @forelse ($data['exam_assigns'] as $key => $row) @if (hasPermission('exam_assign_update') || hasPermission('exam_assign_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('examination.exam_title') }} {{ ___('examination.class') }} ({{ ___('examination.section') }}) {{ ___('examination.subjects') }} {{ ___('examination.total_mark') }} {{ ___('examination.mark_distribution') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->exam_type->name }} {{ @$row->class->name }} ({{ @$row->section->name }}) {{ @$row->subject->name }} {{ @$row->total_mark }} @foreach (@$row->mark_distribution as $item)

{{$item->title}}

{{$item->mark}}

@endforeach

{{ ___('common.No data available') }}

{{ ___('common.Please add new entity regarding this table') }}

@endsection @push('script') @include('backend.examination.exam-assign.delete-ajax') @endpush