@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Manage and review all PPM files uploaded by users.
No PPM files have been uploaded yet. Files will appear here once users start uploading them.
| # | File Name | Tag No | Location | Work Order | Type | Upload Date | Status | Description | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $file->file_name }}
|
{{ $file->crane->tag_no ?? 'N/A' }} | {{ $file->crane->platform ?? 'N/A' }} | {{ $file->work_order }} | {{ str_replace('-', ' ', $file->ppmtype) }} | {{ $file->upload_date->format('d M Y') }} | {{ ucfirst(str_replace('_', ' ', $file->status)) }} | {{ Str::limit($file->description, 30) }} |