@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.View Material') @section('page_heading', __('dashboard.View Material')) @section('breadcrumb')
{{ $material->description }}