@yield('header_styles') @yield('horizontal_header')
@include('main.print_head')
Stock Transfer-In

STI. No: {{$details->voucher_no}}
Date: {{date('d-m-Y',strtotime($details->voucher_date))}}
Ref. No: {{$details->reference_no}}
@foreach($items as $item) @endforeach
SI.# Item Code Description Unit Qty. Unit Price Total
{{$i}} {{$item->item_code}} {{$item->item_name}} {{$item->unit_name}} {{$item->quantity}} {{number_format($item->price,2)}} {{number_format($line_total,2)}}

Gross Total:

Discount:

Net Total:

{{number_format($total,2)}}

{{number_format($details->discount,2)}}

{{number_format($details->net_total,2)}}


Received by:

Approved by:

Prepared by:
{{-- page level scripts --}} @section('footer_scripts') @stop