@extends('layouts.app') @section('title','Reports') @section('page_title','Reports') @section('content')

Reports

Accounting, VAT, receivable, payable and transport profitability reports.

@foreach([ ['Trial Balance','Balanced account movements and closing sides','reports.trial-balance'],['Profit & Loss','Revenue, direct cost, gross and net profit','reports.profit-loss'],['Balance Sheet','Assets, liabilities and equity','reports.balance-sheet'],['General Ledger','Journal-line drill-down by account','reports.general-ledger'],['Customer Aging','Outstanding customer balances by age','reports.aging','customer'],['Vendor Aging','Outstanding vendor balances by age','reports.aging','vendor'],['UAE VAT Working','Output, recoverable input and VAT payable','reports.vat'],['Job Profitability','Revenue, cost, margin by transport job','reports.job-profitability'] ] as $r)
Report
{{ $r[0] }}
{{ $r[1] }}
@endforeach
@endsection