@extends('layouts.master') @section('title', 'Supplier Document Reprint') @section('content')
| Date | Type | Document Number | Total Amount | Action |
|---|---|---|---|---|
| {{ $document->document_date }} | {{ ucfirst(str_replace('_', ' ', $document->type)) }} | {{ $document->document_number }} | {{ number_format($document->inclusive_total, 2) }} | Download |
| Date | Type | Document Number | Total Amount | Action |
|---|---|---|---|---|
| {{ $document->document_date }} | {{ ucfirst(str_replace('_', ' ', $document->type)) }} | {{ $document->document_number }} | {{ number_format($document->inclusive_total, 2) }} | Download |