@extends('layouts/acc_layout') @section('title', '|Advance Register') @section('content') @php use App\accounting\AccAdvRegisterType; use App\accounting\AccAdvRegister; use App\gnr\gnr_house_Owner; use App\gnr\gnr_employee; use App\gnr\gnr_supplier; @endphp
| SL# | Payment Date | Name | Code | Advance Type | Project name | Project Type | Payment Type | Amount | Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$index+1}} | {{date('d-m-Y',strtotime($accAdvRegister->advPaymentDate))}} | {{$result}} | {{$name}} | {{$advRegType}} | {{$project}} | {{$projectType}} | @if($accAdvRegister->cashId>0) {{'Cash'}} @elseif($accAdvRegister->bankId>0) {{'Bank'}} @endif | {{number_format($accAdvRegister->amount,2)}} | @if($accAdvRegister->status==0) Paid @else Unpaid @endif | status==0){echo "style=\"pointer-events: none;cursor: not-allowed;\"";} @endphp> status==0){echo "style=\"pointer-events: none;cursor: not-allowed;\"";} @endphp> status==0){echo "style=\"pointer-events: none;cursor: not-allowed;\"";} @endphp> |