FCUC Academic Programme Management System
{{ $title }} - Record Details
{{ $item->notes }}
| Name | {{ $item->name ?: '-' }} |
|---|---|
| {{ in_array($type,['staff','coordinator']) ? 'Staff ID' : 'Affiliation' }} | {{ in_array($type,['staff','coordinator']) ? ($item->staff_id ?: '-') : ($item->affiliation ?: '-') }} |
| Programme | {{ $item->programme_name ?: '-' }} |
| Duration | {{ $item->duration_start ?: '-' }} to {{ $item->duration_end ?: '-' }} @if($item->years) {{ $item->years }} year(s)@endif |
| Mobile Phone | {{ $item->mobile_phone ?: '-' }} |
| Office Phone | {{ $item->office_phone ?: '-' }} |
| Office Email | {{ $item->office_email ?: '-' }} |
| Personal Email | {{ $item->personal_email ?: '-' }} |
| Address | {!! nl2br(e($item->address ?: '-')) !!} |
| Notes / Remark | {!! nl2br(e($item->notes ?: '-')) !!} |
{{ $item->notes }}
| Programme Name | {{ $item->programme_name ?: '-' }} |
|---|---|
| Approval Number | {{ $item->approval_no ?: '-' }} |
| Graduate Credits | {{ $item->graduate_credits ?: '-' }} |
| Approval Duration | {{ $item->approval_start ?: '-' }} to {{ $item->approval_end ?: '-' }} |
| Coordinator Name | {{ $item->coordinator_name ?: '-' }} |
| Mobile Phone | {{ $item->mobile_phone ?: '-' }} |
| Office Phone | {{ $item->office_phone ?: '-' }} |
| Office Email | {{ $item->office_email ?: '-' }} |
| Personal Email | {{ $item->personal_email ?: '-' }} |
| Notes / Remark | {!! nl2br(e($item->notes ?: '-')) !!} |
| Attached Documents |
@forelse($item->documents as $doc)
{{ $loop->iteration }}. {{ $doc->original_name }}@if(!$loop->last) @endif @empty No file @endforelse |
|---|