@extends('layouts.app') @section('page_title','Employee Documents') @section('page_subtitle','Upload contracts, IDs, certificates and HR compliance documents.') @section('content')
| Employee | Title | Type | Expiry | Status | File |
|---|---|---|---|---|---|
| {{ $document->user?->name }} | {{ $document->title }} | {{ $document->document_type }} | {{ $document->expiry_date?->format('d M Y') ?? '-' }} | {{ ucfirst($document->status) }} | @if($document->file_path)Open@else - @endif |
No documents yet. | |||||