@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.Add New Mark')) @section('page_heading', __('dashboard.Add New Mark')) @section('breadcrumb')
{{ __('dashboard.Record the evaluation details once, then assign marks and absence status for every student from one screen.') }}