@if(Auth::user()->hasRole('Contractor')) Manage and track your submitted documents @elseif(Auth::user()->hasRole('SuperAdmin')) Complete system overview of all documents @else Browse and review construction documents @endif
Title | Type | @if(!Auth::user()->hasRole('Contractor'))Contractor | @endifStatus | Version | Uploaded | Actions |
---|---|---|---|---|---|---|
{{ $document->title }}
|
{{ $document->type }} | @if(!Auth::user()->hasRole('Contractor')){{ $document->contractor->name }} | @endif{{ $document->current_status }} | v{{ $document->versions->max('version_number') ?? 1 }} | {{ $document->created_at->format('M d, Y') }} | View Download @if(Auth::user()->hasRole('Contractor') && $document->contractor_id === Auth::id()) History @endif |
@if(Auth::user()->hasRole('Contractor')) You haven't uploaded any documents yet. @else No documents found in the system. @endif
@if(Auth::user()->hasRole('Contractor')) Upload Your First Document @endif