@extends('layout.layout') @section('content')
| ID | Subject | Type | Related To | {{--Priority | --}}Created Date | {{--Instructor | Priority | --}}Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->subject }} {{-- @if ($row->session) {{ $row->session }} @endif --}} | {{ ucfirst($row->type) }} | {{ ucfirst($row->related_to) }} | {{--{{ ucfirst($row->priority) }} | --}}{{ $row->created_at }} | {{--@if ($row->creator) {{ $row->creator->first_name . $row->creator->last_name }} @else - @endif | @if ($row->instructor) {{ $row->instructor->first_name . $row->instructor->last_name }} @else - @endif | {{ ucfirst($row->priority) }} | --}}View |