@extends('layouts.app') @section('content')
Date | P.O./D.C. | Price | Quantity | Issue/Receive | Bonus | Amount | Balance |
---|---|---|---|---|---|---|---|
{{ $row->date }} | {{ $row->grn_dc }} | @if(!is_null($row->price)) {{ number_format($row->price, 2) }} @endif | {{ number_format($row->qty ?? 0, 0) }} | {{ $row->type }} | {{ $row->bonus }} | @if(!is_null($row->amount)) {{ number_format($row->amount, 0,0) }} @endif | {{ number_format($row->balance,0,0) }} |