@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.Add New Material')) @section('page_heading', __('dashboard.Add New Material')) @section('breadcrumb')
{{ __('dashboard.Upload files or record live content, connect the material to a lesson, and publish it to the current or related courses from one place.') }}