@extends('theme::user.layouts.app') @section('style') @endsection @section('content')

Bookkeeping Service

Document Library
@foreach($documents_list as $doc) @endforeach
Document Name Document Category Status Last Status Timestamp Action
@php $ext = pathinfo($doc->file_name, PATHINFO_EXTENSION); @endphp @if ($ext == 'pdf') @else @endif {{ $doc->file_name }}
{{ $doc->category->name }} {{ $doc->status }} {{ $doc->created_at }} {{-- Add Document Properties Modal --}}
It’s empty here...
@foreach($documents_complete as $doc) @endforeach
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') @else @endif {{ $doc->file_name }}
{{ $doc->category->name }} {{ $doc->status }} {{ $doc->xero_status }} {{ $doc->xero_amount }} {{ $doc->created_at }} {{-- Add Document Properties Modal --}}
It’s empty here...
{{-- Add Upload Document Modal --}} @endsection @section('script') @endsection