@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Stock Transfer in Inventory Stock Transfer Edit Edit Stock Transfer @if($isdept) Department @foreach($departments as $drow) department_id==$drow->id)?'selected':''}} >{{ $drow->name }} @endforeach Voucher @foreach($vouchers as $voucher) {{ $voucher['voucher_name'] }} @endforeach @endif STI. No. STI. Date Debit Account Credit Account Item Details Item Code Item Description Unit Quantity Cost/Unit Total {{--*/ $i = $total_hd = 0; $num = count($orditems); /*--}} @foreach($orditems as $item) {{--*/ $i++; /*--}} {{$item->unit_name}} @php $total_hd += $item->item_total; @endphp @if($num==$i) @else @endif @endforeach Total Quantity Total Price Submit Cancel Clear × Select Item × Select Account × Select Account @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop