@extends('layouts.app') @section('title') {{'Day Book Details'}} @endsection @section('content')
@if ($stock_out->status == 0 && Auth::user()->parents == "0") Confirm @endif @if ($stock_out->status == 1 && $stock_out->db_types == "Payment" && Auth::user()->parents == "0") Payment Voucher @endif @if ($stock_out->status == 1 && $stock_out->db_types == "Received" && Auth::user()->parents == "0") Receipt Voucher @endif
| SL No. | Date | ID | Party Name | Description Type | Amount | Remarks |
|---|---|---|---|---|---|---|
| {{$i}} | {!! date('d-m-Y', strtotime($row->txn_date))!!} | {!! $row->supplier_id !!} | {!! $row->name !!} | {!! $row->values !!} | {!! $row->amount !!} | {!! $row->remarks !!} |
| Grand Total = | {!! number_format($total_amount) !!} | |||||