@extends('layouts.app') @php use Illuminate\Support\Facades\Storage; @endphp @section('content')
| Title | Description | File | Uploaded On | Actions |
|---|---|---|---|---|
| {{ $module->title }} | {{ $module->description ?? '—' }} | @if (!empty($module->file_path) && file_exists(public_path('storage/' . $module->file_path))) View Download @else No file @endif | {{ $module->created_at->format('d M Y') }} | Edit |
| No modules uploaded yet. | ||||