@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.Add New Assignment')) @section('page_heading', __('dashboard.Add New Assignment')) @section('breadcrumb')
{{ __('dashboard.Build the assignment once, attach optional files, and control due date, score, publication, and course lesson context from one page.') }}