@extends('theme::user.layouts.app') @section('style') @endsection @section('content')
| Document Name | Document Category | Status | Last Status Timestamp | Action |
|---|---|---|---|---|
|
@php
$ext = pathinfo($doc->file_name, PATHINFO_EXTENSION);
@endphp
@if ($ext == 'pdf')
|
{{ $doc->category->name }} | {{ $doc->status }} | {{ $doc->created_at }} | {{-- Add Document Properties Modal --}} |
| Document Name | Document Category | Status | Xero Status | Xero Amount | Last Status Timestamp | Action |
|---|---|---|---|---|---|---|
|
@php
$ext = pathinfo($doc->file_name, PATHINFO_EXTENSION);
@endphp
@if ($ext == 'pdf')
|
{{ $doc->category->name }} | {{ $doc->status }} | {{ $doc->xero_status }} | {{ $doc->xero_amount }} | {{ $doc->created_at }} | {{-- Add Document Properties Modal --}} |