@extends('layouts.app') @section('title', 'FYP Information - Admin') @section('content')
Post information, guidelines, and manage templates
| # | Information | Posted By | Date | Actions |
|---|---|---|---|---|
| {{ $announcements->firstItem() + $i }} | {{ Str::limit($a->description, 120) }} | {{ $a->creatorDisplayName() }} | {{ $a->created_at->format('d M Y H:i') }} | |
| No information posted yet. | ||||
| No | Attachment / Template | Uploaded | Actions |
|---|---|---|---|
| {{ $i + 1 }} | {{ Str::replaceFirst('[TEMPLATE] ', '', $tpl->title) }} @foreach($tpl->attachments as $att) 📄 {{ $att->file_name }} @endforeach | {{ $tpl->created_at->format('d M Y') }} |