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

Manufacture Voucher

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

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

@endif @if(Session::has('error'))

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

@endif

Manufacture Voucher

@permission('pi-create') Add New @endpermission
@foreach($stocktrans as $stock) @endforeach
Voucher No Voucher Date Item Name Qty.
{{ $stock->voucher_no }} {{ date('d-m-Y',strtotime($stock->voucher_date)) }} {{ $stock->description }} {{ $stock->qty }}

Manufacture Voucher Report

Date From: Date To:
Search By:
@stop {{-- page level scripts --}} @section('footer_scripts') @stop