@extends('layouts.app') @section('content')
| Code: | {{ $subject->code }} |
|---|---|
| Title: | {{ $subject->title }} |
| Credit Hours: | {{ $subject->credit_hours }} |
| Created: | {{ $subject->created_at->format('M d, Y') }} |
|---|---|
| Last Updated: | {{ $subject->updated_at->format('M d, Y') }} |
{{ $subject->description ?? 'No description provided.' }}
This subject has no scheduled classes yet.