@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Products / Items Preview

@if (\Session::has('success'))
@endif

Please Select Product

@foreach($location_qty as $loc_qty) @endforeach
ItemCode Location Name Quantity Transfered By
{{$loc_qty->product_code}} {{$loc_qty->location_name}} {{$loc_qty->qty}} {{$loc_qty->createdByName}}
@include('layouts.footer')