@extends('commons.layouts.admin') @section('content')
| # | {{('Doc No.')}} | {{('Ref No.')}} | {{('House Room No.')}} | {{('Customer Name')}} | {{('Document Date')}} | {{('Total Amount')}} |
|---|---|---|---|---|---|---|
| {{$index+1}}. | {{$row['document_no']}} | {{$row['reference_no']}} | {{$row['house_name']}} | {{$row['customer_name']}} | {{$row['document_date']}} | {{$row->setDouble($row['total_amount'])}} |