@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Manufacture Voucher

Edit Manufacture Voucher

@if($isdept)
@endif
Transfer In Accounts
Transfer Out Accounts

Item Details
Item Code Item Description Unit Quantity Cost/Unit Total
{{--*/ $i = 0; $num = count($orditems); /*--}}
@foreach($orditems as $key => $item) {{--*/ $i++; /*--}}
@if($num==$i) @else @endif
New Raw Materials
Item Code Item Description Quantity Cost/Unit Total
@endforeach
Debit Account Reference Description Amount Credit Account
@php $wenum = count($werow); @endphp @if(count($werow) > 0)
@php $i=0; @endphp @foreach($werow as $row) @php $i++; @endphp @endforeach
Item Code Description Wastage Qty. Cost/Unit Total
{{ $row->item_code }} {{ $row->description }} {{ number_format($row->unit_price,2) }}
@endif


Cancel Clear
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop