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

{{ $data['title'] }}

@if (hasPermission('marks_grade_create')) {{ ___('common.add') }} @endif
@if (hasPermission('marks_grade_update') || hasPermission('marks_grade_delete')) @endif @forelse ($data['marks_grades'] as $key => $row) @if (hasPermission('marks_grade_update') || hasPermission('marks_grade_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.name') }} {{ ___('examination.point') }} {{ ___('examination.percent_from') }} {{ ___('examination.percent_upto') }} {{ ___('examination.remarks') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ $row->name }} {{ addDecimal($row->point) }} {{ $row->percent_from }} {{ $row->percent_upto }} {{ $row->remarks }} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

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

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

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