Faculty of Computer Science & Technology

FCUC Academic Programme Management System

{{ $title }} - Record Details

Generated: {{ now()->format('d/m/Y h:i A') }}

@if($type != 'programmes')
@if($item->photo_path) photo @else
No photo
@endif

{{ $item->name }}

{{ $item->notes }}

Staff / Person Details
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 ?: '-')) !!}
@else

{{ $item->programme_name }}

{{ $item->notes }}

Programme Details
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 ?: '-')) !!}
@endif
Documents
Attached Documents @forelse($item->documents as $doc) {{ $loop->iteration }}. {{ $doc->original_name }}@if(!$loop->last)
@endif @empty No file @endforelse