@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.Add New Record')) @section('page_heading', __('dashboard.Add New Record')) @section('breadcrumb')
{{ __('dashboard.Select the date and type once, then mark absent students quickly from a clean attendance list.') }}