@extends('layouts.app')
@section('title', 'Document')
@section('content')
Vendor
{{ $vendorDocument->vendor->name ?? 'N/A' }}
Document Type
{{ $vendorDocument->doc_type ?? 'N/A' }}
File
@if($vendorDocument->doc_file)
Download File
@else
No file uploaded
@endif
@endsection