@extends('layouts.app') @section('title','Contra Settlements') @section('page_title','Contra Settlements') @section('content')
Authorised offset of a receivable and payable for the same dual-role party.
| Contra | Date | Party | Customer Invoice | Vendor Bill | Amount | Status | |
|---|---|---|---|---|---|---|---|
| {{ $c->contra_number }} | {{ $c->settlement_date->format('d M Y') }} | {{ $c->party?->legal_name }} | {{ $c->invoice?->invoice_number }} | {{ $c->bill?->bill_number }} | AED {{ number_format((float)$c->amount,2) }} | {{ ucwords(str_replace('_',' ',$s)) }} | Open |
| No contra settlements. | |||||||