No |
Receive Date |
Receive Voucher |
Total Amount |
Remark |
Edit |
Delete |
@if (count($stock_receive_list) != 0)
@php
$count = 1;
@endphp
@foreach ($stock_receive_list as $detail)
{{ $count }} |
{{ date('d-m-Y', strtotime($detail->receive_date)) }} |
{{ $detail->receive_voucher_number }} |
{{ number_format($detail->total_amount) }} |
{{ $detail->remark }} |
|
|
@php
$count++;
@endphp
@endforeach
@endif
{{-- Voucher Delete Modal --}}
{{-- End Voucher Delete --}}