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

Goods Issued Note

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

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

@endif

Goods Issued Note

@foreach($orders as $order) @endforeach
GI. No GI. Date Job Name Amount
{{ $order->voucher_no }} {{ date('d-m-Y', strtotime($order->voucher_date)) }} {{ $order->jobname }} {{ number_format($order->net_amount,2) }}

Goods Issued Report

Date From: Date To:
Search By: Job Name:

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