@extends('layouts.app') @section('title','UAE VAT Working') @section('page_title','UAE VAT Working Report') @section('content')
{{ $from }} to {{ $to }} ยท Accountant review required before finalisation.
| Tax Code | Category | Taxable | Output VAT |
|---|---|---|---|
| {{ $r->code }} | {{ $r->category }} | {{ number_format((float)$r->taxable,2) }} | {{ number_format((float)$r->vat,2) }} |
| Tax Code | Taxable | Recoverable | Non-Recoverable |
|---|---|---|---|
| {{ $r->code }} | {{ number_format((float)$r->taxable,2) }} | {{ number_format((float)$r->recoverable_vat,2) }} | {{ number_format((float)$r->nonrecoverable_vat,2) }} |