@extends('layouts.master') @section('css') @endsection @section('title') Cost Allocation of {{ $stockItem->name }} @endsection @section('content')
Cost Allocation of {{ $stockItem->name }}
Voucher Date Voucher Type Voucher Number Item Value Voucher Taxable Value Expense Percentage Cost Of Product
@endsection @section('script') @endsection