@extends('layouts.master') @section('css') @endsection @section('title') Cost Allocation of Purchase Voucher No : {{ $acVoucher->voucher_number }} @endsection @section('content')
Cost Allocation of Purchase Voucher No : {{ $acVoucher->voucher_number }}
Go Back
@foreach ($expense as $expense) @endforeach
Particular Amount Journal No:
Purchase Amount {{ $acVoucher->amount }} (Taxable Amount :{{ $acVoucher->items()->sum('taxable_value') }}) (Tax : {{ $acVoucher->items()->sum('igst') + $acVoucher->items()->sum('cgst') + $acVoucher->items()->sum('sgst') + $acVoucher->items()->sum('cess') }})
{{ $expense->ledger->name }} {{ $expense->amount }} {{ $expense->accountingVoucher->voucher_number }}
Total Expense {{ $totalExpense }}
Item Name Quantity Taxable Value Percentage Expense Amount Cost Of Product per qty
@endsection @section('script') @endsection