@extends('layouts.dashboard') @section('title-content')
Issued By | {{ $issue->issuedBy->full_name }} | |
---|---|---|
Course | {{ $issue->course->course_name }} ({{ $issue->course->course_code }}) | |
Instructor | {{ $issue->instructor ? $issue->instructor->user->full_name : '' }} | |
Issue Date | {{ \Carbon\Carbon::parse($issue->created_at)->format('d-M-Y h:i') }} | |
Issue Status | @if ($issue->issue_status == 1)Open Issue | @elseClosed Issue | @endif
Attachment | @if ($issue->file_path == null)No Attachment | @elseClick to View Attachment | @endif
Issue Description |
{{ $issue->issue_description }} |
" {{ $comment->comments }} "