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

Stock Transfer in

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Stock Transfer List

@foreach($stocktrans as $stock) @endforeach
STI. No Date Quantity Amount
{{ $stock->voucher_no }} {{ date('d-m-Y',strtotime($stock->voucher_date)) }} {{ $stock->total_qty }} {{ $stock->net_total }}

Sales TransferIn Report

Date From: Date To:
Search By:
Item:
Group:
Subgroup:

Category:
Subcategory:

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